On 1/22/2019 5:14 PM, 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: "Horia Geantă" <[email protected]> > Cc: Aymen Sghaier <[email protected]> > Cc: Herbert Xu <[email protected]> > Cc: "David S. Miller" <[email protected]> > Cc: [email protected] > Signed-off-by: Greg Kroah-Hartman <[email protected]> Reviewed-by: Horia Geantă <[email protected]>
Thanks, Horia

