]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit66ff43f1ad6481e3c7e6b00ef73c20bf4fcfcd09
treecd39925cc6a153df985d8f6caadd14c11f474021
parent811dbc1790a81db36c1660e9ba3f122c6e956c2d
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