Message ID | 20220920174736.9766-3-asmaa@nvidia.com |
---|---|
State | Superseded |
Headers | show |
Series | i2c: i2c-mlxbf.c: bug fixes and new feature support | expand |
diff --git a/drivers/i2c/busses/i2c-mlxbf.c b/drivers/i2c/busses/i2c-mlxbf.c index ca8850241fa5..8b8b7c8f7b19 100644 --- a/drivers/i2c/busses/i2c-mlxbf.c +++ b/drivers/i2c/busses/i2c-mlxbf.c @@ -2356,7 +2356,7 @@ static int mlxbf_i2c_probe(struct platform_device *pdev) if (irq < 0) return irq; ret = devm_request_irq(dev, irq, mlxbf_smbus_irq, - IRQF_ONESHOT | IRQF_SHARED | IRQF_PROBE_SHARED, + IRQF_SHARED | IRQF_PROBE_SHARED, dev_name(dev), priv); if (ret < 0) { dev_err(dev, "Cannot get irq %d\n", irq);