]> git.karo-electronics.de Git - linux-beck.git/commit
[media] xc5000: Don't wrap msleep()
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 21 May 2014 16:15:17 +0000 (13:15 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 25 May 2014 20:50:14 +0000 (17:50 -0300)
commite5bf4a11078d4ed1fa10574ccce325cad2f067c7
tree05e67a2ff2a3d128814bbc03f26ad18bc977fa55
parent859ae7f01237dfb024951a759087790e4d4232e1
[media] xc5000: Don't wrap msleep()

There's absolutely no reason to wrap msleep() call here.
Just rename all occurences of xc_wait() with msleep() and
remove the wrapper function.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/tuners/xc5000.c