Re: [PATCH] ti: wl18xx: no need to check return value of debugfs_create functions

From: Tony Lindgren
Date: Tue Jan 22 2019 - 18:09:34 EST


* Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> [190122 15:23]:
> 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.

Acked-by: Tony Lindgren <tony@xxxxxxxxxxx>