]> git.karo-electronics.de Git - mv-sheeva.git/commit
ax25: Fix set-but-unused variable.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:46:45 +0000 (00:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:48:31 +0000 (00:48 -0700)
commitd8f969e603b85931f25a1d50f3a7a01e2712c17a
tree9acab0aafe85820578ec850d45fc39814ba864f5
parentb3b8dc51c16cdaca0d191a340022093fb5c9f003
ax25: Fix set-but-unused variable.

The variable 's' is set but unused in ax25_protocol_release().
Just kill it off.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ax25/ax25_iface.c