aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/aqc111.h
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2018-11-28 23:01:05 -0700
committerDavid S. Miller <davem@davemloft.net>2018-11-30 17:26:15 -0800
commit97e6c858a26ee8a31719a08ae896ca682eb8978e (patch)
tree6eb42d21c5d5c099fb4c499c0e6394c758ccb44a /drivers/net/usb/aqc111.h
parentnet: qualcomm: rmnet: Remove set but not used variable 'cmd' (diff)
downloadlinux-dev-97e6c858a26ee8a31719a08ae896ca682eb8978e.tar.xz
linux-dev-97e6c858a26ee8a31719a08ae896ca682eb8978e.zip
net: usb: aqc111: Initialize wol_cfg with memset in aqc111_suspend
Clang warns: drivers/net/usb/aqc111.c:1326:37: warning: suggest braces around initialization of subobject [-Wmissing-braces] struct aqc111_wol_cfg wol_cfg = { 0 }; ^ {} 1 warning generated. Use memset to initialize the object to take compiler instrumentation out of the equation. Fixes: e58ba4544c77 ("net: usb: aqc111: Add support for wake on LAN by MAGIC packet") Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/aqc111.h')
0 files changed, 0 insertions, 0 deletions