From: Dan Carpenter Date: Sun, 28 Mar 2010 11:48:10 +0000 (+0300) Subject: Staging: otus: hpani: using the wrong variable X-Git-Tag: v2.6.35-rc1~441^2^2~451 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=263974d918474d17b5963d0b22fbc81729ce0479;p=pandora-kernel.git Staging: otus: hpani: using the wrong variable We're updating the "HpPriv->ani" array here so we should use that to determine the end of the for loop. "HpPriv->ani" has 50 elements and "wd->regulationTable.allowChannel" has 59 elements. Signed-off-by: Dan Carpenter Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed