Return-path: Received: from mail-iw0-f201.google.com ([209.85.223.201]:39837 "EHLO mail-iw0-f201.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754812Ab0BODva (ORCPT ); Sun, 14 Feb 2010 22:51:30 -0500 Message-ID: <4B78C4BF.1000908@lwfinger.net> Date: Sun, 14 Feb 2010 21:51:27 -0600 From: Larry Finger MIME-Version: 1.0 To: Greg Kroah-Hartman CC: Bernhard Schiffner , wireless , LKML Subject: [PATCH 0/3] staging: r8187se: Miscellaneous cleanups Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: This series of patches comprise further cleanups of the staging driver. 1. Remove dead routine from r8180_core.c. 2. Remove two private variables that have a fixed value. 3. Remove dead code from r8185b_init.c. Signed-off-by: Larry Finger --- Patch 1: r8180_core.c | 37 ------------------------------------- 1 file changed, 37 deletions(-) Patch 2: r8180.h | 4 r8180_core.c | 90 ------------- r8180_dm.c | 71 ++-------- r8180_rtl8225z2.c | 238 +++++++++++++++------------------- r8185b_init.c | 368 +++++++++++------------------------------------------- 5 files changed, 197 insertions(+), 574 deletions(-) Patch 3: r8185b_init.c | 633 ---------------------------------------------------------- 1 file changed, 2 insertions(+), 631 deletions(-)