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
收件人: [email protected]; [email protected]; 
[email protected]; [email protected]
抄送: zhengyongjun <[email protected]>
主题: [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 <[email protected]>
---
 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

Reply via email to