git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
159d865
)
Bluetooth: replace strict_strtol() with kstrtol()
author
Jingoo Han
<jg1.han@samsung.com>
Fri, 19 Jul 2013 07:09:38 +0000
(16:09 +0900)
committer
Gustavo Padovan
<gustavo.padovan@collabora.co.uk>
Thu, 25 Jul 2013 13:15:25 +0000
(14:15 +0100)
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>
No differences found