connector: remove duplicated code in cn_call_callback()
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Sat, 1 Mar 2014 20:00:56 +0000 (00:00 +0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Mar 2014 20:39:20 +0000 (15:39 -0500)
There were a couple of patches fixing the same bug that
results in duplicated err = 0; assignment.
The patch removes one of them.

Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found