提交 cec1a311 编写于 作者: S Stefan Richter

ieee1394: nodemgr: remove duplicate assignment

Signed-off-by: NStefan Richter <stefanr@s5r6.in-berlin.de>
上级 ff6a4cd2
...@@ -798,7 +798,7 @@ static void nodemgr_remove_uds(struct node_entry *ne) ...@@ -798,7 +798,7 @@ static void nodemgr_remove_uds(struct node_entry *ne)
static void nodemgr_remove_ne(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); dev = get_device(&ne->device);
if (!dev) if (!dev)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册