mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: rockchip: vicap fixes error path of irq register
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: I2ab6627f5d0de93b6c1cd743a86edec699da4c49
This commit is contained in:
@@ -1568,8 +1568,8 @@ static int rkcif_plat_hw_probe(struct platform_device *pdev)
|
||||
if (irq < 0)
|
||||
return irq;
|
||||
|
||||
if (cif_hw->chip_id == CHIP_RV1106_CIF ||
|
||||
cif_hw->chip_id == CHIP_RV1103B_CIF) {
|
||||
if (data->chip_id == CHIP_RV1106_CIF ||
|
||||
data->chip_id == CHIP_RV1103B_CIF) {
|
||||
irq_set_status_flags(irq, IRQ_NOAUTOEN);
|
||||
ret = devm_request_irq(dev, irq, rkcif_irq_handler,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user