From: Raja Mani Date: Thu, 12 Jan 2012 09:31:48 +0000 (+0530) Subject: ath6kl: Remove useless initialization in ath6kl_read_fwlogs() X-Git-Tag: v3.4-rc1~177^2~112^2~357^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80ec84d9352419a7c0482edfbf1b96eaa4c8b95;p=pandora-kernel.git ath6kl: Remove useless initialization in ath6kl_read_fwlogs() ath6kl_read_fwlogs() assigns the value zero to the variable 'ret' at the time of declaration. Later, return value of ath6kl_diag_read32() repalces the init value. Hence removing useless zero assignment. Signed-off-by: Raja Mani Signed-off-by: Kalle Valo --- Reading git-diff-tree failed