2021-05-27 11:34:54

by Qii Wang (王琪)

[permalink] [raw]
Subject: [RESEND] i2c: mediatek: Rename i2c irq name

From: Qii Wang <[email protected]>

Rename i2c irq name with dev_name() which can provide unique
naming in /proc/interrupts for each instance of the I2C IP core.

Signed-off-by: Qii Wang <[email protected]>
---
drivers/i2c/busses/i2c-mt65xx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-mt65xx.c b/drivers/i2c/busses/i2c-mt65xx.c
index 5ddfa4e..ea337ba 100644
--- a/drivers/i2c/busses/i2c-mt65xx.c
+++ b/drivers/i2c/busses/i2c-mt65xx.c
@@ -1281,7 +1281,7 @@ static int mtk_i2c_probe(struct platform_device *pdev)

ret = devm_request_irq(&pdev->dev, irq, mtk_i2c_irq,
IRQF_NO_SUSPEND | IRQF_TRIGGER_NONE,
- I2C_DRV_NAME, i2c);
+ dev_name(&pdev->dev), i2c);
if (ret < 0) {
dev_err(&pdev->dev,
"Request I2C IRQ %d fail\n", irq);
--
1.9.1


2021-05-28 01:25:26

by Wolfram Sang

[permalink] [raw]
Subject: Re: [RESEND] i2c: mediatek: Rename i2c irq name

On Thu, May 27, 2021 at 07:31:50PM +0800, [email protected] wrote:
> From: Qii Wang <[email protected]>
>
> Rename i2c irq name with dev_name() which can provide unique
> naming in /proc/interrupts for each instance of the I2C IP core.
>
> Signed-off-by: Qii Wang <[email protected]>

Applied to for-next, thanks!


Attachments:
(No filename) (339.00 B)
signature.asc (849.00 B)
Download all attachments