diff options
| author | Andi Shyti <andi.shyti@kernel.org> | 2026-07-14 17:39:19 +0200 |
|---|---|---|
| committer | Andi Shyti <andi.shyti@kernel.org> | 2026-07-14 17:39:19 +0200 |
| commit | bb012cae75877f534d28adb429c97ec600a4e397 (patch) | |
| tree | 42daf30821dd0c95069dd02d6b4ecf7dca804f2f /drivers | |
| parent | e331df87241c01b517be49b6c04f034131d6d402 (diff) | |
| parent | 9db20d23aac7916ff49be409a4bfd48fe7cbbfb4 (diff) | |
| download | linux-next-bb012cae75877f534d28adb429c97ec600a4e397.tar.gz linux-next-bb012cae75877f534d28adb429c97ec600a4e397.zip | |
Merge branch 'i2c/i2c-fixes' into i2c/i2c-next
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/i2c/busses/i2c-k1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-k1.c b/drivers/i2c/busses/i2c-k1.c index c2d090f6ba80..487f23fde725 100644 --- a/drivers/i2c/busses/i2c-k1.c +++ b/drivers/i2c/busses/i2c-k1.c @@ -728,7 +728,7 @@ static irqreturn_t spacemit_i2c_irq_handler(int irq, void *devid) status = readl(i2c->base + SPACEMIT_ISR); if (!status) - return IRQ_HANDLED; + return IRQ_NONE; i2c->status = status; |
