mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 07:42:38 -04:00
media: zoran: fix smatch warning
drivers/staging/media/zoran/zoran_device.c:941 zoran_irq() warn: inconsistent indenting Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
6dee18f727
commit
72c51be87f
@@ -938,10 +938,10 @@ irqreturn_t zoran_irq(int irq, void *dev_id)
|
||||
pci_err(zr->pci_dev, "JPG IRQ when not in good mode\n");
|
||||
return IRQ_HANDLED;
|
||||
}
|
||||
zr->frame_num++;
|
||||
zoran_reap_stat_com(zr);
|
||||
zoran_feed_stat_com(zr);
|
||||
return IRQ_HANDLED;
|
||||
zr->frame_num++;
|
||||
zoran_reap_stat_com(zr);
|
||||
zoran_feed_stat_com(zr);
|
||||
return IRQ_HANDLED;
|
||||
}
|
||||
/* unused interrupts */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user