From: David S. Miller Date: Sun, 17 Apr 2011 07:48:01 +0000 (-0700) Subject: atm: lec: Fix set-but-unused variables. X-Git-Tag: v3.0-rc1~377^2~376 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e5ebaf852b96aaf4d7f63b920d8016b6784f088;p=pandora-kernel.git 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 --- Reading git-diff-tree failed