Re: [PATCH] net: dsa: microchip: fill regmap_config name

2019-08-31 Thread David Miller
From: George McCollister Date: Thu, 29 Aug 2019 09:14:41 -0500 > Use the register value width as the regmap_config name to prevent the > following error when the second and third regmap_configs are > initialized. > "debugfs: Directory '${bus-id}' with parent 'regmap' already present!" > > Signe

Re: [PATCH] net: dsa: microchip: fill regmap_config name

2019-08-29 Thread Marek Vasut
On 8/29/19 4:14 PM, George McCollister wrote: > Use the register value width as the regmap_config name to prevent the > following error when the second and third regmap_configs are > initialized. > "debugfs: Directory '${bus-id}' with parent 'regmap' already present!" > > Signed-off-by: George Mc