]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: replace strict_strtol() with kstrtol()
authorJingoo Han <jg1.han@samsung.com>
Fri, 19 Jul 2013 07:09:38 +0000 (16:09 +0900)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 25 Jul 2013 13:15:25 +0000 (14:15 +0100)
commit06bd289674fa63a5538a86c4c70b8b450c763841
treeeb6eaf1c8a0cafb4147ce14f27972387f117eed2
parent50f8627dbdfb583948e48984463c30ac80859fb8
Bluetooth: replace strict_strtol() with kstrtol()

The usage of strict_strtol() is not preferred, because
strict_strtol() is obsolete. Thus, kstrtol() should be
used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
drivers/bluetooth/btmrvl_debugfs.c