From: Florian Schmaus Date: Thu, 8 Dec 2011 11:12:44 +0000 (+0100) Subject: staging: comedi: comedi_fops: Replace deprecated strict_strtoul with kstrtouint X-Git-Tag: v3.3-rc1~152^2~101^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e1c394fc398afb75d89c53f933149d33dc9e280;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed