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

Commit ad72956d authored by Kay Sievers's avatar Kay Sievers Committed by Greg Kroah-Hartman
Browse files

Driver Core: devtmpfs: cleanup node on device creation error

parent 015bf43b
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -986,6 +986,8 @@ int device_add(struct device *dev)
 AttrsError:
 AttrsError:
	device_remove_class_symlinks(dev);
	device_remove_class_symlinks(dev);
 SymlinkError:
 SymlinkError:
	if (MAJOR(dev->devt))
		devtmpfs_delete_node(dev);
	if (MAJOR(dev->devt))
	if (MAJOR(dev->devt))
		device_remove_sys_dev_entry(dev);
		device_remove_sys_dev_entry(dev);
 devtattrError:
 devtattrError: