diff options
author | Steven Toth <stoth@kernellabs.com> | 2010-07-31 21:51:23 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 11:55:18 +0200 |
commit | 2e732d64416b243883f753e4a00960c3f3709317 (patch) | |
tree | 045a9a4a8031316eb1ef33f51415aedc91070e6a /drivers/media/video/saa7164/saa7164-core.c | |
parent | [media] saa7164: fix vbi compiler warnings (diff) | |
download | linux-2e732d64416b243883f753e4a00960c3f3709317.tar.xz linux-2e732d64416b243883f753e4a00960c3f3709317.zip |
[media] saa7164: Some whitespace cleanup
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7164/saa7164-core.c')
-rw-r--r-- | drivers/media/video/saa7164/saa7164-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/saa7164/saa7164-core.c b/drivers/media/video/saa7164/saa7164-core.c index 5913ed75cb90..222fbda0cb78 100644 --- a/drivers/media/video/saa7164/saa7164-core.c +++ b/drivers/media/video/saa7164/saa7164-core.c @@ -1329,7 +1329,6 @@ static int __devinit saa7164_initdev(struct pci_dev *pci_dev, saa7164_gpio_setup(dev); saa7164_card_setup(dev); - /* Parse the dynamic device configuration, find various * media endpoints (MPEG, WMV, PS, TS) and cache their * configuration details into the driver, so we can |