From: John W. Linville Date: Wed, 28 Aug 2013 15:05:36 +0000 (-0400) Subject: ath9k: ar9003_eeprom.c:3618 fix variable name typo X-Git-Tag: v3.12-rc1~132^2~84^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b2f828487ea7a3f6fa4007b629466fb0d14339;p=pandora-kernel.git ath9k: ar9003_eeprom.c:3618 fix variable name typo drivers/net/wireless/ath/ath9k/ar9003_eeprom.c: In function 'ar9003_hw_ant_ctrl_apply': >> drivers/net/wireless/ath/ath9k/ar9003_eeprom.c:3618: warning: 'regval' is used uninitialized in this function It seems obvious that 'regval' should have been 'value'... Reported-by: Fengguang Wu Signed-off-by: John W. Linville --- Reading git-diff-tree failed