uprobes: remove redundant check
authorSasha Levin <[email protected]>
Thu, 20 Dec 2012 19:11:30 +0000 (14:11 -0500)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 24 Jan 2013 19:40:15 +0000 (16:40 -0300)
We checked for uprobe==NULL earlier, no need to redo that.

Signed-off-by: Sasha Levin <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
kernel/events/uprobes.c

index dea7acfbb0710889bf19e5fcb6584da4c5302f5d..30ea9a4f4ab4b2a98bf6a13fa602d62cad68aaa2 100644 (file)
@@ -901,8 +901,7 @@ void uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consume
        }
 
        mutex_unlock(uprobes_hash(inode));
-       if (uprobe)
-               put_uprobe(uprobe);
+       put_uprobe(uprobe);
 }
 
 static struct rb_node *