From: Dan Carpenter Date: Thu, 6 Jun 2013 07:30:49 +0000 (+0300) Subject: Staging: rtl8192u: fix a reversed test X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ac90b9b4c178936396deb67451e3850c0e5204;p=pandora-kernel.git Staging: rtl8192u: fix a reversed test Sean MacLennan fixed this in the rtl8192e driver and we should fix it here as well. It's pretty harmless. This information comes from the firmware, if we were to hit this bug we would read beyond the end of the array once or twice before returning and update our statistics with bogus data. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed