From: Simon Que Date: Thu, 17 Jan 2013 09:29:49 +0000 (+0000) Subject: net: usb: initialize tmp in dm9601.c to avoid warning X-Git-Tag: v3.9-rc1~139^2~327 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15c8bb1284c2e4b0614274602f0d92c4ea3412df;p=pandora-kernel.git net: usb: initialize tmp in dm9601.c to avoid warning In two places, tmp is initialized implicitly by being passed as a pointer during a function call. However, this is not obvious to the compiler, which logs a warning. Signed-off-by: Simon Que Acked-by: Peter Korsgaard Signed-off-by: David S. Miller --- Reading git-diff-tree failed