commit | 66f95c35c413f674a835034dc667099b44225df2 | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Tue Jun 24 16:19:35 2014 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 26 17:14:04 2014 -0700 |
tree | d0c63d120b8f0a27afde54a8802eb2975e865b3f | |
parent | b85e4d8960f10e4b28613a3e7b76f8889a2089e3 [diff] |
amd-xgbe: Resolve checkpatch warning about sscanf usage 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>