]> git.openfabrics.org - ~emulex/infiniband.git/commit
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)
commit15c8bb1284c2e4b0614274602f0d92c4ea3412df
treef991819a242d9634eacbac4ad9f430f1f6effdf2
parentfae50823d0ee579e006a7ba2b20880e354388b25
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 <sque@chromium.org>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/dm9601.c