Initial discussion started about correct handling of this condition.
Later it was decided to remove this check altogether to make it
consistent.

Removal of this check isn't fatal to this driver.

Signed-off-by: Prashant Bhole <bhole_prashant...@lab.ntt.co.jp>
---
 drivers/net/netdevsim/netdev.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/netdevsim/netdev.c b/drivers/net/netdevsim/netdev.c
index eb8c679fca9f..6d4b35f26ae5 100644
--- a/drivers/net/netdevsim/netdev.c
+++ b/drivers/net/netdevsim/netdev.c
@@ -469,8 +469,6 @@ static int __init nsim_module_init(void)
        int err;
 
        nsim_ddir = debugfs_create_dir(DRV_NAME, NULL);
-       if (IS_ERR(nsim_ddir))
-               return PTR_ERR(nsim_ddir);
 
        err = bus_register(&nsim_bus);
        if (err)
-- 
2.13.6


Reply via email to