On Wed, Jun 26, 2019 at 2:43 PM Jon Hunter <jonathanh@xxxxxxxxxx> wrote: > The function tegra_gpio_debuginit() just calls debugfs_create_file() > and given that there is already a stub function implemented for > debugfs_create_file() when CONFIG_DEBUG_FS is not enabled, there is > no need for the function tegra_gpio_debuginit() and so remove it. > > Finally, use a space and not a tab between the #ifdef and > CONFIG_DEBUG_FS. > > Signed-off-by: Jon Hunter <jonathanh@xxxxxxxxxx> Patch applied with Bartosz review tag. Yours, Linus Walleij