V4L/DVB (13231): pwc: Use kernel's simple_strtol()
authorAndy Shevchenko <ext-andriy.shevchenko@nokia.com>
Thu, 24 Sep 2009 10:58:09 +0000 (07:58 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Dec 2009 20:41:01 +0000 (18:41 -0200)
commit2d8d7762d75d36a08a4a5c3d3f1c301f76cb8f56
tree76f642b232cef9f67383d117223a0328458c077c
parente67e376b1e50b60238410893971c5e6c4dd19ef1
V4L/DVB (13231): pwc: Use kernel's simple_strtol()

Change own implementation of pwc_atoi() by simple_strtol(x, NULL, 10).

Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko@nokia.com>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pwc/pwc-if.c