• L
    Bluetooth: btusb: Fix new sparce warnings · cb3648a7
    Luiz Augusto von Dentz 提交于
    This fix the following warnings detect with make W=1 C=1:
    
    drivers/bluetooth/btusb.c:2212:9: warning: cast to restricted __le16
    drivers/bluetooth/btusb.c:2212:9: warning: cast to restricted __le16
    drivers/bluetooth/btusb.c:2245:18: warning: cast to restricted __le16
    drivers/bluetooth/btusb.c:2249:18: warning: cast to restricted __le16
    drivers/bluetooth/btusb.c:2253:18: warning: cast to restricted __le16
    drivers/bluetooth/btusb.c:2257:18: warning: cast to restricted __le16
    drivers/bluetooth/btusb.c:2261:18: warning: cast to restricted __le16
    drivers/bluetooth/btusb.c:2267:18: warning: cast to restricted __le16
    Signed-off-by: NLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
    cb3648a7
btusb.c 118.8 KB