handle.c: remove unnecessary pointer assignment
authorDaniel Mack <daniel@zonque.org>
Fri, 31 Oct 2014 14:35:22 +0000 (15:35 +0100)
committerDaniel Mack <daniel@zonque.org>
Fri, 31 Oct 2014 14:35:22 +0000 (15:35 +0100)
commit4e90a4436ebc3e5748440c691d033d234cb8f028
treee3ccbcaf650b833f53933c3ed508745d5e44fab6
parent15d38a48f68b6a30e35b94fa66d0974569aaaece
handle.c: remove unnecessary pointer assignment

No need to assign `ptr' to the return value of idr_replace()

Signed-off-by: Daniel Mack <daniel@zonque.org>
handle.c