]> git.baikalelectronics.ru Git - kernel.git/commit
caif: remove duplicate initialization
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 6 Feb 2012 21:20:15 +0000 (21:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Feb 2012 18:39:37 +0000 (13:39 -0500)
commit522e615a2292029a1765a2151d82a54c83d48e95
treedbe896edf6f6a41ccb21ae850646af99817ff259
parent22ff6bc31c5d992f811eec0bf5d867b7749eb0ea
caif: remove duplicate initialization

"priv" is initialized twice.  I kept the second one, because it is next
to the check for NULL.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/caif/chnl_net.c