]> git.baikalelectronics.ru Git - kernel.git/commit
caif-hsi: changed test on aggregation_timeout
authorKim Lilliestierna XX <kim.xx.lilliestierna@stericsson.com>
Mon, 25 Jun 2012 07:49:37 +0000 (07:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Jun 2012 23:44:12 +0000 (16:44 -0700)
commit71b4f707331d35d3c7758b90985776c6b1b2c9c9
tree92cbfe5e401514462dfbfc984379dfabd81689a2
parentc12ead7ed6dc177256c380a5402130d1954bf51a
caif-hsi: changed test on aggregation_timeout

Aggregation_timeout is an unsigned long,
a test for less than zero can never become true,
compare with zero instead.

Signed-off-by: Kim Lilliestierna <kim.xx.lilliestierna@stericsson.com>
Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/caif/caif_hsi.c