s390/dasd: Replace simple_strtoul with kstrtouint
authorJan Höppner <hoeppner@linux.vnet.ibm.com>
Mon, 10 Oct 2016 16:29:48 +0000 (18:29 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 28 Oct 2016 08:09:03 +0000 (10:09 +0200)
commitce7a788f4d5aba3361572067c7ac7c4e85d4a070
treeb4f9d7ce3126efaf3266859ceb7e48d29c07dd85
parent8139d8526c3c925ef73fe61cde7904cecf4e440d
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>
drivers/s390/block/dasd_devmap.c