android_kernel_xiaomi_sdm845/drivers/bluetooth
Julia Lawall 51a6fbc855 Bluetooth: Change simple_strtol to simple_strtoul
Since size, addr, fcs, and tmp are unsigned, it would seem better to use
simple_strtoul that simple_strtol.

A simplified version of the semantic patch that makes this change is as
follows: (http://www.emn.fr/x-info/coccinelle/)

// <smpl>
@r2@
long e;
position p;
@@

e = simple_strtol@p(...)

@@
position p != r2.p;
type T;
T e;
@@

e =
- simple_strtol@p
+ simple_strtoul
  (...)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2008-11-30 12:17:20 +01:00
..
bcm203x.c [Bluetooth] Removal of unnecessary ignore module parameter 2008-08-07 22:26:55 +02:00
bfusb.c [Bluetooth] Removal of unnecessary ignore module parameter 2008-08-07 22:26:55 +02:00
bluecard_cs.c pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoleted 2008-10-17 23:07:10 +02:00
bpa10x.c bpa10x: free sk_buff with kfree_skb 2008-10-31 00:40:19 -07:00
bt3c_cs.c Bluetooth: Change simple_strtol to simple_strtoul 2008-11-30 12:17:20 +01:00
btsdio.c Bluetooth: Fix TX error path in btsdio driver 2008-11-30 12:17:18 +01:00
btuart_cs.c pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoleted 2008-10-17 23:07:10 +02:00
btusb.c Bluetooth: Add suspend/resume support to btusb driver 2008-11-30 12:17:14 +01:00
dtl1_cs.c pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoleted 2008-10-17 23:07:10 +02:00
hci_bcsp.c bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff. 2008-09-21 22:44:08 -07:00
hci_h4.c [BLUETOOTH]: Introduce skb->data accessor methods for hci_{acl,event,sco}_hdr 2007-04-25 22:28:21 -07:00
hci_ldisc.c tty: some ICANON magic is in the wrong places 2008-10-13 09:51:44 -07:00
hci_ll.c [BLUETOOTH]: Always send explicit hci_ll wake-up acks. 2008-01-10 22:24:43 -08:00
hci_uart.h [Bluetooth] Add UART driver for Texas Instruments' BRF63xx chips 2007-10-22 02:59:44 -07:00
hci_usb.c [Bluetooth] Consolidate maintainers information 2008-08-18 13:23:53 +02:00
hci_usb.h hci_usb: replace mb with smp_mb 2008-09-22 19:21:51 -07:00
hci_vhci.c [Bluetooth] Consolidate maintainers information 2008-08-18 13:23:53 +02:00
Kconfig [Bluetooth] Add SCO support to btusb driver 2008-08-18 13:23:52 +02:00
Makefile [Bluetooth] Add generic driver for Bluetooth USB devices 2007-10-22 02:59:46 -07:00