commit | 15c8bb1284c2e4b0614274602f0d92c4ea3412df | [log] [tgz] |
---|---|---|
author | Simon Que <sque@chromium.org> | Thu Jan 17 09:29:49 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 18 14:29:25 2013 -0500 |
tree | f991819a242d9634eacbac4ad9f430f1f6effdf2 | |
parent | fae50823d0ee579e006a7ba2b20880e354388b25 [diff] |
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>