staging: comedi: comedi_fops: Replace deprecated strict_strtoul with kstrtouint
authorFlorian Schmaus <fschmaus@gmail.com>
Thu, 8 Dec 2011 11:12:44 +0000 (12:12 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Dec 2011 23:59:08 +0000 (15:59 -0800)
commit2e1c394fc398afb75d89c53f933149d33dc9e280
treef57b45808746d29ff604cab39b88198f14674a02
parent877a0893e3751022d2e60bea54dd5ac2e4026997
staging: comedi: comedi_fops: Replace deprecated strict_strtoul with kstrtouint

As reported by checkpatch.pl strict_strtoul should be replaced. It was
replaced with kstrtouint since async->max_bufsize is an unsigned int
anyway.

Signed-off-by: Florian Schmaus <fschmaus@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/comedi_fops.c