Message ID | 54742734960f410095dde662359fe9a5@huawei.com |
---|---|
State | Superseded |
Headers | show |
Series | 答复: [PATCH -next] gpio: use resource_size | expand |
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;
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@linaro.org; bgolaszewski@baylibre.com; linux-gpio@vger.kernel.org; linux-kernel@vger.kernel.org 抄送: zhengyongjun <zhengyongjun3@huawei.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@huawei.com> --- drivers/gpio/gpio-mc33880.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.22.0