]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
Bluetooth: bt3c_cs: Fix obsolete function
authorDing Xiang <dingxiang@cmss.chinamobile.com>
Mon, 27 Aug 2018 02:55:00 +0000 (22:55 -0400)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 27 Sep 2018 10:57:39 +0000 (12:57 +0200)
commit385613506aef4d21448f8f167513f46a008a3b0c
treedf42a9e56f40911e9ed1e5776050638069067c4f
parent7cbfd1e2aad410d96fa6162aeb3f9cff1fecfc58
Bluetooth: bt3c_cs: Fix obsolete function

simple_strtol and simple_strtoul are obsolete, both place
use kstrtouint instead.

V2: fix error tmp += tn
V3: fix compile error

Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/bt3c_cs.c