From: Dan Carpenter Date: Wed, 21 Sep 2011 07:13:56 +0000 (+0300) Subject: mwifiex: remove unneeded NULL check X-Git-Tag: v3.2-rc1~129^2~183^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49753128d8fc976576c497c81962cf1ae57174aa;p=pandora-kernel.git mwifiex: remove unneeded NULL check We dereference "rate" on the lines before so the checks here are too late to help. This function is only called from mwifiex_dump_station_info() and "rate" is always a non-NULL pointer so the check can be removed. Signed-off-by: Dan Carpenter Acked-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed