2021-01-06 13:20:43

by Zheng Yongjun

[permalink] [raw]
Subject: [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


2021-01-06 13:34:57

by Zheng Yongjun

[permalink] [raw]
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
?ռ???: [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