commit | 473c13179c5828f7123a4d9fe449d8bd79fae254 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Jul 19 16:09:38 2013 +0900 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Thu Jul 25 14:15:25 2013 +0100 |
tree | eb6eaf1c8a0cafb4147ce14f27972387f117eed2 | |
parent | 159d865f2078ffa4441abb0155f725368371f836 [diff] |
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>