commit | 2f72291d3d0e440f9343c7b97dc233c1a122165a | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Sep 28 12:26:28 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 28 12:26:28 2009 -0700 |
tree | f2cdcf5bfd4b44387751c6339cf996e8ef455559 | |
parent | d1f8297a96b0d70f17704296a6666468f2087ce6 [diff] |
ax25: Add missing dev_put in ax25_setsockopt ax25_setsockopt SO_BINDTODEVICE is missing a dev_put call in case of success. Re-order code to fix this bug. While at it also reformat two lines of code to comply with the Linux coding style. Initial patch by Jarek Poplawski <jarkao2@gmail.com>. Reported-by: Bernard Pidoux F6BVP <f6bvp@free.fr> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>