diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-05-12 14:48:26 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-14 02:56:45 -0300 |
commit | cba627a51a26eaed3526c423f5fd0410dd721ae2 (patch) | |
tree | 36467948e6f261e74fce44e4d66a1bb7cbb2a594 /drivers/media | |
parent | 1d081601315f5c9b9537b702bcb2c8d96fc089ef (diff) | |
download | linux-3.10-cba627a51a26eaed3526c423f5fd0410dd721ae2.tar.gz linux-3.10-cba627a51a26eaed3526c423f5fd0410dd721ae2.tar.bz2 linux-3.10-cba627a51a26eaed3526c423f5fd0410dd721ae2.zip |
V4L/DVB (7890): cx18: removed bogus and confusing conditional
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.c b/drivers/media/video/cx18/cx18-driver.c index 98e1bddc290..0dd4e052997 100644 --- a/drivers/media/video/cx18/cx18-driver.c +++ b/drivers/media/video/cx18/cx18-driver.c @@ -904,8 +904,7 @@ static void cx18_remove(struct pci_dev *pci_dev) free_irq(cx->dev->irq, (void *)cx); - if (cx->dev) - cx18_iounmap(cx); + cx18_iounmap(cx); release_mem_region(cx->base_addr, CX18_MEM_SIZE); |