Files
linux/drivers/i2c
Sergey Shtylyov 0a2c3a5346 i2c: mt65xx: fix IRQ check
[ Upstream commit 58fb7c643d ]

Iff platform_get_irq() returns 0, the driver's probe() method will return 0
early (as if the method's call was successful).  Let's consider IRQ0 valid
for simplicity -- devm_request_irq() can always override that decision...

Fixes: ce38815d39 ("I2C: mediatek: Add driver for MediaTek I2C controller")
Signed-off-by: Sergey Shtylyov <s.shtylyov@omprussia.ru>
Reviewed-by: Qii Wang <qii.wang@mediatek.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-16 11:44:46 +09:00
..
2023-05-16 11:44:46 +09:00
2014-11-07 18:35:33 +01:00
2016-02-20 23:33:39 +01:00
2016-11-14 18:23:30 +01:00