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:
b85e4d8
)
amd-xgbe: Resolve checkpatch warning about sscanf usage
author
Lendacky, Thomas
<Thomas.Lendacky@amd.com>
Tue, 24 Jun 2014 21:19:35 +0000
(16:19 -0500)
committer
David S. Miller
<davem@davemloft.net>
Fri, 27 Jun 2014 00:14:04 +0000
(17:14 -0700)
Checkpatch issued a warning preferring to use kstrto<type> when
using a single variable sscanf. Change the sscanf invocation to
a kstrtouint call.
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found