Re: [PATCH] PCI: tegra: no need to check return value of debugfs_create functions

2020-09-07 Thread Lorenzo Pieralisi
On Tue, Aug 18, 2020 at 03:37:39PM +0200, Greg Kroah-Hartman wrote: > When calling debugfs functions, there is no need to ever check the > return value. The function can work or not, but the code logic should > never do something different based on this. > > Cc: Lorenzo Pieralisi > Cc: Rob

Re: [PATCH] PCI: tegra: no need to check return value of debugfs_create functions

2020-08-18 Thread Thierry Reding
On Tue, Aug 18, 2020 at 03:37:39PM +0200, Greg Kroah-Hartman wrote: > When calling debugfs functions, there is no need to ever check the > return value. The function can work or not, but the code logic should > never do something different based on this. > > Cc: Lorenzo Pieralisi > Cc: Rob

[PATCH] PCI: tegra: no need to check return value of debugfs_create functions

2020-08-18 Thread Greg Kroah-Hartman
When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this. Cc: Lorenzo Pieralisi Cc: Rob Herring Cc: Bjorn Helgaas Cc: Thierry Reding Cc: Jonathan Hunter Cc: Vidya Sagar