2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 07:04:00 +08:00

[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>
This commit is contained in:
Ruslan Pisarev 2010-10-20 06:36:18 -03:00 committed by Mauro Carvalho Chehab
parent d0058645c6
commit 51a5d39610

View 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);