[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <54742734960f410095dde662359fe9a5@huawei.com>
Date: Wed, 6 Jan 2021 13:30:50 +0000
From: zhengyongjun <zhengyongjun3@...wei.com>
To: "linus.walleij@...aro.org" <linus.walleij@...aro.org>,
"bgolaszewski@...libre.com" <bgolaszewski@...libre.com>,
"linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: 答复: [PATCH -next] gpio: use resource_size
Sorry, this is my fault, all this five gpio related patch commit msg is wrong, I will send patch v2, please ignore it.
-----邮件原件-----
发件人: zhengyongjun
发送时间: 2021年1月6日 21:19
收件人: linus.walleij@...aro.org; bgolaszewski@...libre.com; linux-gpio@...r.kernel.org; linux-kernel@...r.kernel.org
抄送: zhengyongjun <zhengyongjun3@...wei.com>
主题: [PATCH -next] gpio: use resource_size
Use resource_size rather than a verbose computation on the end and start fields.
Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.com>
---
drivers/gpio/gpio-mc33880.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/gpio-mc33880.c b/drivers/gpio/gpio-mc33880.c index f8194f7c6186..704cd4e6171f 100644
--- a/drivers/gpio/gpio-mc33880.c
+++ b/drivers/gpio/gpio-mc33880.c
@@ -99,7 +99,7 @@ static int mc33880_probe(struct spi_device *spi)
mc->spi = spi;
- mc->chip.label = DRIVER_NAME,
+ mc->chip.label = DRIVER_NAME;
mc->chip.set = mc33880_set;
mc->chip.base = pdata->base;
mc->chip.ngpio = PIN_NUMBER;
--
2.22.0
Powered by blists - more mailing lists