Re: [PATCH 2/7] media: coda: no need to check return value of debugfs_create functions

2020-08-18 Thread Philipp Zabel
On Tue, 2020-08-18 at 15:36 +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: Philipp Zabel > Cc: Mauro Carvalho Chehab

[PATCH 2/7] media: coda: 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: Philipp Zabel Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signe