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)
commitaf2ce213f6e6b28497c5c932f43b94026b5a0363
treedbe896edf6f6a41ccb21ae850646af99817ff259
parentbb7d92e3e3049e22b5807ac559a72b38fad5f499
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