]> 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)
commit105bc0fb58f7321eff0db099f58229ba5decbcb8
tree4792c7f0b8a0f31c598fea045568b5dd6388d8db
parent7257745d42ef74685b52d260c04b33ba66f3f076
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