Re: [PATCH] pinctrl: ocelot: fix duplicate debugfs entry

From: Linus Walleij
Date: Mon Mar 14 2022 - 20:07:01 EST


On Wed, Feb 16, 2022 at 1:27 PM Michael Walle <michael@xxxxxxxx> wrote:

> This driver can have up to two regmaps. If the second one is registered
> its debugfs entry will have the same name as the first one and the
> following error will be printed:
>
> [ 2.242568] debugfs: Directory 'e2004064.pinctrl' with parent 'regmap' already present!
>
> Give the second regmap a name to avoid this.
>
> Fixes: 076d9e71bcf8 ("pinctrl: ocelot: convert pinctrl to regmap")
> Signed-off-by: Michael Walle <michael@xxxxxxxx>

Patch applied!

Yours,
Linus Walleij