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)
commit473c13179c5828f7123a4d9fe449d8bd79fae254
treeeb6eaf1c8a0cafb4147ce14f27972387f117eed2
parent159d865f2078ffa4441abb0155f725368371f836
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