V4L/DVB (5788): Cx88-input: convert nested if's to switch..case
authorMichael Krufky <mkrufky@linuxtv.org>
Mon, 25 Jun 2007 17:54:09 +0000 (14:54 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 18 Jul 2007 17:24:20 +0000 (14:24 -0300)
commit829ea96477e775df0698b54dbfa913b6b55a4d6d
tree5c43bc6c9d0d9f1658cdc3286bf87bbc3d0cc837
parente7d11ecbde987e56845cff012b4a28d7001667b8
V4L/DVB (5788): Cx88-input: convert nested if's to switch..case

In the function, cx88_ir_handle_key:
- convert nested if statement to a switch..case block

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-input.c