selftests: nci: replace unsigned int with int
authorXiang wangx <wangxiang@cdjrlc.com>
Thu, 16 Sep 2021 12:24:42 +0000 (20:24 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Sep 2021 12:55:51 +0000 (13:55 +0100)
commit98dc68f8b0c2248bdc3688c90d2499247b9432e4
treecd39925cc6a153df985d8f6caadd14c11f474021
parenta57d8c217aadac75530b8e7ffb3a3e1b7bfd0330
selftests: nci: replace unsigned int with int

Should not use comparison of unsigned expressions < 0.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/nci/nci_dev.c