linux_dsm_epyc7002/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
bfusb.c
bluecard_cs.c
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
btusb.c Bluetooth: Add suspend/resume support to btusb driver 2008-11-30 12:17:14 +01:00
dtl1_cs.c
hci_bcsp.c
hci_h4.c
hci_ldisc.c
hci_ll.c
hci_uart.h
hci_usb.c
hci_usb.h
hci_vhci.c
Kconfig
Makefile