On Fri, 8 Dec 2017 14:32:18 +0900, Prashant Bhole wrote: > Reason: > Discussion started about adding error check on return value where > it was not handled. Also handling the error using IS_ERR_OR_NULL > instead of IS_ERR(), because debugfs_create_dir() doesn't return > error. It returns NULL or a valid pointer when DebugFS is enabled. > > Finally it was decided to remove error handling altogether to > make it consistent and removal of this check isn't fatal to the driver. > > Signed-off-by: Prashant Bhole <bhole_prashant...@lab.ntt.co.jp>
Reviewed-by: Jakub Kicinski <jakub.kicin...@netronome.com> Thank you!