Commit d950d177 authored by Ursula Braun's avatar Ursula Braun Committed by David S. Miller

claw: use "claw" as root device name

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: default avatarUrsula Braun <ursula.braun@de.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent abe88069
...@@ -3398,7 +3398,7 @@ claw_init(void) ...@@ -3398,7 +3398,7 @@ claw_init(void)
goto out_err; goto out_err;
} }
CLAW_DBF_TEXT(2, setup, "init_mod"); 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; ret = IS_ERR(claw_root_dev) ? PTR_ERR(claw_root_dev) : 0;
if (ret) if (ret)
goto register_err; goto register_err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment