[PATCH] Fix warning in wbsd (fwd)

From: Adrian Bunk
Date: Mon Jan 03 2005 - 13:17:23 EST


The patch forwarded below by Pierre Ossman <drzeus-list@xxxxxxxxx> still
applies and compiles against 2.6.10-mm1.

Please apply.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>



----- Forwarded message from Pierre Ossman <drzeus-list@xxxxxxxxx> -----

Date: Mon, 27 Dec 2004 02:01:15 +0100
From: Pierre Ossman <drzeus-list@xxxxxxxxx>
To: Linux Kernel Mailing List <linux-kernel@xxxxxxxxxxxxxxx>,
Russell King <rmk+lkml@xxxxxxxxxxxxxxxx>
Subject: [PATCH] Fix warning in wbsd

Cleanup that fixes a warning in the wbsd module.

Index: linux-wbsd/drivers/mmc/wbsd.c
===================================================================
--- linux-wbsd/drivers/mmc/wbsd.c (revision 109)
+++ linux-wbsd/drivers/mmc/wbsd.c (working copy)
@@ -205,8 +205,6 @@

static inline void wbsd_init_sg(struct wbsd_host* host, struct mmc_data* data)
{
- struct request* req = data->req;
-
/*
* Get info. about SG list from data structure.
*/


----- End forwarded message -----

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/