Quoting Greg Kroah-Hartman (2019-01-22 07:21:17) > 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: Viresh Kumar <[email protected]> > Cc: Nishanth Menon <[email protected]> > Cc: Stephen Boyd <[email protected]> > Cc: [email protected] > Signed-off-by: Greg Kroah-Hartman <[email protected]> > ---
Reviewed-by: Stephen Boyd <[email protected]>

