[media] Staging: tm6000: Delete braces from return in tm6000-cards.c
authorRuslan Pisarev <ruslan@rpisarev.org.ua>
Wed, 20 Oct 2010 09:36:18 +0000 (06:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 16:01:55 +0000 (14:01 -0200)
This is a patch to the tm6000-cards.c file that fixed up
a space error found by the checkpatch.pl tools.

Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-cards.c

index 7e15d7818d17e68b654235c01e9480d3101076b0..b04f6712cd9a5db8459026c20af4d45d0ed43ad8 100644 (file)
@@ -349,7 +349,7 @@ int tm6000_xc5000_callback(void *ptr, int component, int command, int arg)
                               dev->gpio.tuner_reset, 0x01);
                break;
        }
-       return (rc);
+       return rc;
 }
 EXPORT_SYMBOL_GPL(tm6000_xc5000_callback);