Skip to content

Commit 92be2c1

Browse files
Asmaa Mnebhiwsakernel
authored andcommitted
i2c: mlxbf: remove IRQF_ONESHOT
IRQF_ONESHOT is not needed so remove it. Reviewed-by: Khalil Blaiech <[email protected]> Signed-off-by: Asmaa Mnebhi <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent ada378f commit 92be2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/i2c-mlxbf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@ static int mlxbf_i2c_probe(struct platform_device *pdev)
23732373
if (irq < 0)
23742374
return irq;
23752375
ret = devm_request_irq(dev, irq, mlxbf_smbus_irq,
2376-
IRQF_ONESHOT | IRQF_SHARED | IRQF_PROBE_SHARED,
2376+
IRQF_SHARED | IRQF_PROBE_SHARED,
23772377
dev_name(dev), priv);
23782378
if (ret < 0) {
23792379
dev_err(dev, "Cannot get irq %d\n", irq);

0 commit comments

Comments
 (0)