From: Luis R. Rodriguez Date: Mon, 3 Aug 2009 19:24:55 +0000 (-0700) Subject: ath9k: remove dangling error check on keycache reset on hw init X-Git-Tag: v2.6.32-rc1~703^2~459^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f69ffacb303bba274b126eabd3a3ed011b2d35d;p=pandora-kernel.git ath9k: remove dangling error check on keycache reset on hw init The keycache reset will not fail as right above we ensure to set the sc->keymax to be <= ah->caps.keycache_size. Just remove this dangling check. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed