summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorShuah Khan <skhan@linuxfoundation.org>2020-01-09 02:24:16 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-09 16:44:26 +0100
commit585c91f40d201bc564d4e76b83c05b3b5363fe7e (patch)
treebe3a6fed9d606dfb7811a473ef2c49106d287c9f /Documentation/devicetree
parentusb: host: ehci-tegra: Remove unused fields from tegra_ehci_hcd (diff)
downloadlinux-585c91f40d201bc564d4e76b83c05b3b5363fe7e.tar.xz
linux-585c91f40d201bc564d4e76b83c05b3b5363fe7e.zip
usbip: Fix unsafe unaligned pointer usage
Fix unsafe unaligned pointer usage in usbip network interfaces. usbip tool build fails with new gcc -Werror=address-of-packed-member checks. usbip_network.c: In function ‘usbip_net_pack_usb_device’: usbip_network.c:79:32: error: taking address of packed member of ‘struct usbip_usb_device’ may result in an unaligned pointer value [-Werror=address-of-packed-member] 79 | usbip_net_pack_uint32_t(pack, &udev->busnum); Fix with minor changes to pass by value instead of by address. Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Link: https://lore.kernel.org/r/20200109012416.2875-1-skhan@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree')
0 files changed, 0 insertions, 0 deletions