Message ID | 20241113060950.5247-1-zhangjiao2@cmss.chinamobile.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [v2] pinctrl: k210: Undef K210_PC_DEFAULT | expand |
On 11/13/24 15:09, zhangjiao2 wrote: > From: zhang jiao <zhangjiao2@cmss.chinamobile.com> > > When the temporary macro K210_PC_DEFAULT is no need anymore, s/no need/not needed > better use its name in the #undef statement instead of s/better use/use > the incorrect "DEFAULT" name. > > Fixes: d4c34d09ab03 ("pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driver") > Signed-off-by: zhang jiao <zhangjiao2@cmss.chinamobile.com> With the typos fixed, Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
diff --git a/drivers/pinctrl/pinctrl-k210.c b/drivers/pinctrl/pinctrl-k210.c index caf20215aaba..eddb01796a83 100644 --- a/drivers/pinctrl/pinctrl-k210.c +++ b/drivers/pinctrl/pinctrl-k210.c @@ -181,7 +181,7 @@ static const u32 k210_pinconf_mode_id_to_mode[] = { [K210_PC_DEFAULT_INT13] = K210_PC_MODE_IN | K210_PC_PU, }; -#undef DEFAULT +#undef K210_PC_DEFAULT /* * Pin functions configuration information.