diff options
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | 2014-07-02 13:04:28 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-07 21:38:06 -0700 |
commit | f3f128d40c4cc263af8e30b009a3eb17655e912b (patch) | |
tree | a477da84355de899d9706d279bee0448532e8ff8 /virt | |
parent | db55b62cab8d458aba4e7a81dc4dd98b45c03d85 (diff) |
amd-xgbe: Fix debugfs compatibility change with kstrtouint
The initial change from sscanf to kstrtouint broke backward
compatbility by using a base of "0" in the kstrtouint call.
This allowed for entering decimal, hexadecimal or octal as
input where previously the sscanf always interpreted the input
as hexadecimal. Additionally, -EIO was returned on error prior
to this change and now it is whatever the error value that is
returned by kstrtouint.
Change the base value of the kstrtouint from 0 to 16 and return
-EIO on error.
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions