net: usb: initialize tmp in dm9601.c to avoid warning
authorSimon Que <sque@chromium.org>
Thu, 17 Jan 2013 09:29:49 +0000 (09:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jan 2013 19:29:25 +0000 (14:29 -0500)
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 <sque@chromium.org>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found