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:
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 */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user