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

Commit cec1a311 authored by Stefan Richter's avatar Stefan Richter
Browse files

ieee1394: nodemgr: remove duplicate assignment

parent ff6a4cd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -798,7 +798,7 @@ static void nodemgr_remove_uds(struct node_entry *ne)

static void nodemgr_remove_ne(struct node_entry *ne)
{
	struct device *dev = &ne->device;
	struct device *dev;

	dev = get_device(&ne->device);
	if (!dev)