diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-04-25 17:03:50 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-04 01:24:26 +0200 |
commit | 24b8a406bf5c3675bd193069cc6ab84a66fcbfd7 (patch) | |
tree | e6c7c52f02f8eed4b5bb4bedb975503a11e492b5 /drivers/misc | |
parent | Drivers: hv: vmbus: Implement per-CPU mapping of relid to channel (diff) | |
download | linux-24b8a406bf5c3675bd193069cc6ab84a66fcbfd7.tar.xz linux-24b8a406bf5c3675bd193069cc6ab84a66fcbfd7.zip |
hv: Remove unnecessary comparison of unsigned against 0
pfncount is of type u32 and thus can never be smaller than 0.
Found by the coverity scanner, CID 143213.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
0 files changed, 0 insertions, 0 deletions