From: Jingoo Han Date: Tue, 10 Jan 2012 23:09:19 +0000 (-0800) Subject: backlight: use kstrtoul() X-Git-Tag: v3.3-rc1~113^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66655760bf38861299e3c8196f5303f886b0eef9;p=pandora-kernel.git backlight: use kstrtoul() The usage of simple_strtoul() or strict_strtoul() is not preferred. Thus, kstrtoul should be used. This patch also fixes checkpatch error as follows: ERROR: space required after that ',' (ctx:VxV) Signed-off-by: Jingoo Han Cc: Richard Purdie Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed