Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f96d48aa authored by Christian Gromm's avatar Christian Gromm Committed by Greg Kroah-Hartman
Browse files

staging: most: remove comparison to NULL

parent 181a2aa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1417,7 +1417,7 @@ static int __init hdm_usb_init(void)
		return -EIO;
	}
	schedule_usb_work = create_workqueue("hdmu_work");
	if (schedule_usb_work == NULL) {
	if (!schedule_usb_work) {
		pr_err("could not create workqueue\n");
		usb_deregister(&hdm_usb);
		return -ENOMEM;