netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 0/1] s390: claw patch for 2.6.33-rc2
@ 2010-01-04 13:14 Ursula Braun
  2010-01-04 13:14 ` [patch 1/1] [PATCH] claw: use "claw" as root device name Ursula Braun
  0 siblings, 1 reply; 2+ messages in thread
From: Ursula Braun @ 2010-01-04 13:14 UTC (permalink / raw)
  To: davem, netdev, linux-s390; +Cc: schwidefsky, heiko.carstens

Hi Dave,

please add this patch against 2.6.33-rc2 providing the correct root device name for claw.

Thanks,
        Ursula


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [patch 1/1] [PATCH] claw: use "claw" as root device name
  2010-01-04 13:14 [patch 0/1] s390: claw patch for 2.6.33-rc2 Ursula Braun
@ 2010-01-04 13:14 ` Ursula Braun
  0 siblings, 0 replies; 2+ messages in thread
From: Ursula Braun @ 2010-01-04 13:14 UTC (permalink / raw)
  To: davem, netdev, linux-s390; +Cc: schwidefsky, heiko.carstens, Ursula Braun

[-- Attachment #1: 604-claw-root-device.diff --]
[-- Type: text/plain, Size: 859 bytes --]

From: Ursula Braun <ursula.braun@de.ibm.com>

Claw module cannot be loaded together with qeth, because "qeth" has
been errorneously used as root device name. It is changed into "claw".

Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
---

 drivers/s390/net/claw.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -urpN linux-2.6/drivers/s390/net/claw.c linux-2.6-patched/drivers/s390/net/claw.c
--- linux-2.6/drivers/s390/net/claw.c	2010-01-04 09:04:44.000000000 +0100
+++ linux-2.6-patched/drivers/s390/net/claw.c	2010-01-04 09:04:54.000000000 +0100
@@ -3398,7 +3398,7 @@ claw_init(void)
 		goto out_err;
 	}
 	CLAW_DBF_TEXT(2, setup, "init_mod");
-	claw_root_dev = root_device_register("qeth");
+	claw_root_dev = root_device_register("claw");
 	ret = IS_ERR(claw_root_dev) ? PTR_ERR(claw_root_dev) : 0;
 	if (ret)
 		goto register_err;


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-04 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-04 13:14 [patch 0/1] s390: claw patch for 2.6.33-rc2 Ursula Braun
2010-01-04 13:14 ` [patch 1/1] [PATCH] claw: use "claw" as root device name Ursula Braun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).