aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-04-25 22:04:53 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-26 11:30:02 +0200
commit9f41ebfb7e395650f001c2f711833ef1a37ac0d4 (patch)
tree8fc088441ca5caff403ad6600659684dd6ae57dc /drivers/usb/host
parentusb: misc: legousbtower: Fix buffers on stack (diff)
downloadlinux-dev-9f41ebfb7e395650f001c2f711833ef1a37ac0d4.tar.xz
linux-dev-9f41ebfb7e395650f001c2f711833ef1a37ac0d4.zip
usb: musb: don't mark of_dev_auxdata as initdata
The probe function is not __init since it can be called for deferred probing or when unbinding/rebinding the device, and therefore it must not reference objects in __initdata, as pointed out by this link time warning: WARNING: drivers/usb/musb/da8xx.o(.text+0x9d4): Section mismatch in reference from the function da8xx_probe() to the (unknown reference) .init.data:(unknown) This removes the annotation. Reported-by: Olof's autobuilder <olof@lixom.net> Fixes: d6299b6efbf6 ("usb: musb: Add support of CPPI 4.1 DMA controller to DA8xx") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host')
0 files changed, 0 insertions, 0 deletions