]> git.baikalelectronics.ru Git - kernel.git/commit
atm: lec: Fix set-but-unused variables.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:48:01 +0000 (00:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:48:36 +0000 (00:48 -0700)
commit87f7595c93da7df2a2ea3220e2374882592da8b8
tree900f42081925c90a1a2d29a48aa4cef724b59b97
parentd91d1a23802cb4bd6b61c59049e8c4a49932f3eb
atm: lec: Fix set-but-unused variables.

The variable 'eth' is set but unused in lec_handle_bridge().  Also,
the variable 'priv' is set but unused in lane_module_cleanup().

Just kill them off.

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