From: Dmitry Torokhov Date: Sat, 7 Jul 2012 23:40:16 +0000 (-0700) Subject: Input: wacom_i2c - fix compiler warning X-Git-Tag: v3.6-rc1~95^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8830cb88dd6d60c3bb4cb46d8a855628e4875b18;p=pandora-kernel.git Input: wacom_i2c - fix compiler warning Apparently GCC can't figure out that we bail if we fail to query device and will not try to use 'features': drivers/input/touchscreen/wacom_i2c.c: In function ‘wacom_i2c_probe’: drivers/input/touchscreen/wacom_i2c.c:177:20: warning: ‘features.fw_version’ may be used uninitialized in this function [-Wmaybe-uninitialized] Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed