]> bbs.cooldavid.org Git - net-next-2.6.git/commit
staging: panel: change own pieces of code by strtoul()
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Thu, 22 Jul 2010 16:57:08 +0000 (19:57 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Jul 2010 18:34:52 +0000 (11:34 -0700)
commitd85170ed30a533ef6832cf11b38488e562c311c8
tree24050d623034199bec9cba20f91eaacc5f746a0f
parent47c7157f3406e83648dad1c5c4e6e8c0f574dfc3
staging: panel: change own pieces of code by strtoul()

We have nice method simple_strtoul() to convert string to numbers which
could be used here.

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/panel/panel.c