> From: Jakub Kicinski [mailto:jakub.kicin...@netronome.com] > > On Thu, 7 Dec 2017 10:02:13 +0900, Prashant Bhole wrote: > > - Handled debugfs_create_dir failure in nsim_init() > > - Fixed return value of nsim_module_init() when debugfs_create_dir > > fails > > > > Signed-off-by: Prashant Bhole <bhole_prashant...@lab.ntt.co.jp> > > Why? Failing to expose the state via DebugFS is not fatal to the driver.
Ok, my intention was to handle the return code properly, which is not needed as per your comment. Shall I remove the existing handling in nsim_module_init() in separate patch? Because it will prevent netdevsim from loading when debugfs is disabled. Thanks, Prashant