From: Dan Carpenter Date: Thu, 9 Oct 2014 09:59:39 +0000 (+0300) Subject: ipw2x00: clean up a condition X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~234^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fdc723abf50e3317387f712c5c1b70f86ac0d74;p=pandora-kernel.git ipw2x00: clean up a condition The original condition was "(PAGE_SIZE - len)" when "(len < PAGE_SIZE)" is intended. This condition is not really sufficient, but also not really needed... If "len > PAGE_SIZE" then it we will print a warning message in dmesg but there are no other effects. Maybe we should just remove the condition? Signed-off-by: Dan Carpenter Signed-off-by: John W. Linville --- Reading git-diff-tree failed