commit | ce7a788f4d5aba3361572067c7ac7c4e85d4a070 | [log] [tgz] |
---|---|---|
author | Jan Höppner <hoeppner@linux.vnet.ibm.com> | Mon Oct 10 18:29:48 2016 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Oct 28 10:09:03 2016 +0200 |
tree | b4f9d7ce3126efaf3266859ceb7e48d29c07dd85 | |
parent | 8139d8526c3c925ef73fe61cde7904cecf4e440d [diff] |
s390/dasd: Replace simple_strtoul with kstrtouint simple_strtoul() has been marked obsolete for quite some time now. Replace a few last occurrences with kstrtouint(). Reviewed-by: Stefan Haberland <sth@linux.vnet.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>