Re: [PATCH] net: stmmac: create one debugfs dir per net-device

From: David Miller
Date: Mon May 25 2015 - 17:38:56 EST


From: Mathieu Olivari <mathieu@xxxxxxxxxxxxxx>
Date: Fri, 22 May 2015 19:03:29 -0700

> stmmac DebugFS entries are currently global to the driver. As a result,
> having more than one stmmac device in the system creates the following
> error:
> * ERROR stmmaceth, debugfs create directory failed
> * stmmac_hw_setup: failed debugFS registration
>
> This also results in being able to access the debugfs information for
> the first registered device only.
>
> This patch changes the debugfs structure to have one sub-directory per
> net-device. Files under "/sys/kernel/debug/stmmaceth" will now show-up
> under /sys/kernel/debug/stmmaceth/ethN/.
>
> Signed-off-by: Mathieu Olivari <mathieu@xxxxxxxxxxxxxx>

Applied, thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/