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

From: Tony Lindgren
Date: Tue Jan 22 2019 - 18:08:50 EST


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