From: Dongjin Kim Date: Fri, 25 Jan 2013 16:53:03 +0000 (+0900) Subject: USB: misc: usb3503: Fix compiler warning X-Git-Tag: v3.9-rc1~126^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ab03dd48a549f140597a55a1564083b171d1349;p=pandora-kernel.git USB: misc: usb3503: Fix compiler warning This patch fixes the compiler warning of uninitialized variable. drivers/usb/misc/usb3503.c: In function ‘usb3503_probe’: drivers/usb/misc/usb3503.c:215:13: warning: ‘mode’ may be used uninitialized in this function [-Wuninitialized] Signed-off-by: Dongjin Kim Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed