Commit 25f314db authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Corey Minyard
Browse files

ipmi_si: Drop redundant check before calling put_device()



put_device() is NULL aware, drop redundant check before calling it.

Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Message-Id: <20210402174334.13466-10-andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent d14ce8c7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -223,7 +223,6 @@ static int hotmod_handler(const char *val, const struct kernel_param *kp)
				if (strcmp(pdev->name, "hotmod-ipmi-si") == 0)
					platform_device_unregister(pdev);
			}
			if (dev)
			put_device(dev);
		}
	}