aboutsummaryrefslogtreecommitdiff
path: root/kernel/cpu
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2017-01-26 22:50:30 -0700
committerMister Oyster <oysterized@gmail.com>2017-04-13 12:32:12 +0200
commit9ec19608e3df363eefbe06848ff79208a5cc5c20 (patch)
tree120315f477d4612e97f9d4363b7b46620ccd77c9 /kernel/cpu
parent9f45e41f9d743ed65dd5379e0af4d643d6a710aa (diff)
drivers: usb: core: hub: fix maybe-uninitialized warning
drivers/usb/core/hub.c: In function 'usb_port_resume': drivers/usb/core/hub.c:3451:11: warning: 'portstatus' may be used uninitialized in this function [-Wmaybe-uninitialized] status = check_port_resume_type(udev, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ hub, port1, status, portchange, portstatus); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/usb/core/hub.c:3451:11: warning: 'portchange' may be used uninitialized in this function [-Wmaybe-uninitialized] Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Diffstat (limited to 'kernel/cpu')
0 files changed, 0 insertions, 0 deletions