]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pinctrl: k210: Undef K210_PC_DEFAULT
authorzhang jiao <zhangjiao2@cmss.chinamobile.com>
Wed, 13 Nov 2024 07:12:01 +0000 (15:12 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 18 Nov 2024 22:51:05 +0000 (23:51 +0100)
commit7e86490c5dee5c41a55f32d0dc34269e200e6909
treeb292b4ad037592acd9e97cfd0f8e05a7655e8d8a
parent6bc0ebfb1d920f13c522545f114cdabb49e9408a
pinctrl: k210: Undef K210_PC_DEFAULT

When the temporary macro K210_PC_DEFAULT is not needed anymore,
use its name in the #undef statement instead of
the incorrect "DEFAULT" name.

Fixes: d4c34d09ab03 ("pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driver")
Signed-off-by: zhang jiao <zhangjiao2@cmss.chinamobile.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Link: https://lore.kernel.org/20241113071201.5440-1-zhangjiao2@cmss.chinamobile.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-k210.c