diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-06-16 15:46:56 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 13:24:10 -0400 |
commit | 27b5a3957a205bcaa07952ed27981f69b2b2f764 (patch) | |
tree | 4cb6481bbcab5657efa838f92d6b3ce1fc2ca95a | |
parent | 4052fcc7ba32ebd54cc907991cb855d909ce9d1c (diff) |
V4L/DVB (5768): Ivtv: fix converity warning
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c index 67d9a8f61957..28a53c42020d 100644 --- a/drivers/media/video/ivtv/ivtv-driver.c +++ b/drivers/media/video/ivtv/ivtv-driver.c | |||
@@ -1289,10 +1289,7 @@ static void ivtv_remove(struct pci_dev *pci_dev) | |||
1289 | 1289 | ||
1290 | IVTV_DEBUG_INFO(" Releasing irq.\n"); | 1290 | IVTV_DEBUG_INFO(" Releasing irq.\n"); |
1291 | free_irq(itv->dev->irq, (void *)itv); | 1291 | free_irq(itv->dev->irq, (void *)itv); |
1292 | 1292 | ivtv_iounmap(itv); | |
1293 | if (itv->dev) { | ||
1294 | ivtv_iounmap(itv); | ||
1295 | } | ||
1296 | 1293 | ||
1297 | IVTV_DEBUG_INFO(" Releasing mem.\n"); | 1294 | IVTV_DEBUG_INFO(" Releasing mem.\n"); |
1298 | release_mem_region(itv->base_addr, IVTV_ENCODER_SIZE); | 1295 | release_mem_region(itv->base_addr, IVTV_ENCODER_SIZE); |