Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179094
b: refs/heads/master
c: d950d17
h: refs/heads/master
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed Jan 7, 2010
1 parent 8da1f9b commit 034d598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: abe8806901086b6cb29b4d4d4c616bbff3f0e7e1
refs/heads/master: d950d1775228e71ca557c86278ae54bd2bcd7c1a
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/claw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 034d598

Please sign in to comment.