diff options
author | Ruslan Pisarev <ruslan@rpisarev.org.ua> | 2010-10-20 13:36:18 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 20:01:55 +0400 |
commit | 51a5d39610f433f282985bcba18b90c2791c2669 (patch) | |
tree | ea805ea707a92686030d659e8064482f4f2c3bb8 /drivers | |
parent | d0058645c682a04c261516e917414ed8e39b2296 (diff) | |
download | linux-51a5d39610f433f282985bcba18b90c2791c2669.tar.xz |
[media] Staging: tm6000: Delete braces from return in tm6000-cards.c
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/tm6000/tm6000-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 7e15d7818d17..b04f6712cd9a 100644 --- a/drivers/staging/tm6000/tm6000-cards.c +++ b/drivers/staging/tm6000/tm6000-cards.c @@ -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); |