From: Guenter Roeck Date: Mon, 9 Sep 2013 02:31:59 +0000 (-0700) Subject: hwmon: (hwmon-vid) Add __maybe_unused attribute to dummy variable X-Git-Tag: v3.12-rc1~63^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98128de30f4bb2adc29028fdd5839de83bc4bcff;p=pandora-kernel.git hwmon: (hwmon-vid) Add __maybe_unused attribute to dummy variable This gets rid of this warning: drivers/hwmon/hwmon-vid.c: In function 'get_via_model_d_vrm': drivers/hwmon/hwmon-vid.c:249:27: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] Signed-off-by: Guenter Roeck Reviewed-by: Jean Delvare --- Reading git-diff-tree failed