]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/tty/hvc/hvc_iucv.c
Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...
[karo-tx-linux.git] / drivers / tty / hvc / hvc_iucv.c
index b6f7d52f7c35ea0c8a74f6b14e4f7a1a09ec24d2..9d47f50c2755a37835ec04662a194db631dba08a 100644 (file)
@@ -1328,7 +1328,7 @@ out_error:
  */
 static int __init hvc_iucv_config(char *val)
 {
-        return strict_strtoul(val, 10, &hvc_iucv_devices);
+        return kstrtoul(val, 10, &hvc_iucv_devices);
 }