econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.
authorNelson Elhage <nelhage@ksplice.com>
Wed, 8 Dec 2010 18:13:55 +0000 (10:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Dec 2010 20:13:42 +0000 (12:13 -0800)
We need to drop the mutex and do a dev_put, so set an error code and break like
the other paths, instead of returning directly.

Signed-off-by: Nelson Elhage <nelhage@ksplice.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found