Skip to content

Commit

Permalink
ieee1394: nodemgr: remove duplicate assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Stefan Richter committed Dec 7, 2006
1 parent ff6a4cd commit cec1a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ieee1394/nodemgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cec1a31

Please sign in to comment.