Tag: e79dd09b605f42d85d1a5605ad0fe96b970695e9

orinoco: fix checking for default value

Author: Andrzej Hajda <a.hajda@samsung.com> Thresholds uses -1 to indicate that default value should be used. Since thresholds are unsigned sign checking makes no sense. The problem has been detected using proposed semantic patch scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci [1]. [1]: http://permalink.gmane.org/gmane.linux.kernel/2038576 Signed-off-by: Andrzej Hajda Signed-off-by: David S. Miller — drivers/net/wireless/orinoco/cfg.c | 6 +++— 1 file changed, 3 insertions(+), 3 …

Continue reading