]> git.baikalelectronics.ru Git - kernel.git/commit
staging: panel: Fixed checkpatch warning about simple_strtoul()
authorPelle Windestam <iceaway@gmail.com>
Tue, 30 Aug 2011 18:29:24 +0000 (20:29 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Sep 2011 23:49:29 +0000 (16:49 -0700)
commit29b8eb8ed8d7d5da9f7a1fb762625c802aa72b1b
tree4792c7f0b8a0f31c598fea045568b5dd6388d8db
parent87445bf12af9085f8eb55a3529405c3d6d11da58
staging: panel: Fixed checkpatch warning about simple_strtoul()

Fixed the checkpatch warning about sing simple_strtoul instead of
kstrtoul() in panel.c.

Signed-off-by: Pelle Windestam <iceaway@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/panel/panel.c