2005-01-03 18:13:34

by Adrian Bunk

[permalink] [raw]
Subject: [PATCH] Fix warning in wbsd (fwd)

The patch forwarded below by Pierre Ossman <[email protected]> still
applies and compiles against 2.6.10-mm1.

Please apply.


Signed-off-by: Adrian Bunk <[email protected]>



----- Forwarded message from Pierre Ossman <[email protected]> -----

Date: Mon, 27 Dec 2004 02:01:15 +0100
From: Pierre Ossman <[email protected]>
To: Linux Kernel Mailing List <[email protected]>,
Russell King <[email protected]>
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 -----


2005-01-03 18:56:09

by Russell King

[permalink] [raw]
Subject: Re: [PATCH] Fix warning in wbsd (fwd)

On Mon, Jan 03, 2005 at 07:05:59PM +0100, Adrian Bunk wrote:
> The patch forwarded below by Pierre Ossman <[email protected]> still
> applies and compiles against 2.6.10-mm1.
>
> Please apply.

Please don't - I'll apply it via my MMC tree shortly. I want to kill
data->req, so it makes sense to wrap this up into that series of changes.

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/
2.6 Serial core