Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298146
b: refs/heads/master
c: 31716a5
h: refs/heads/master
v: v3
  • Loading branch information
Robert Jarzmik authored and David Woodhouse committed Mar 26, 2012
1 parent a56bd98 commit 14ed6d9
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: 2aab52e8fe9bffb451508f37a7affa5370bfcc9e
refs/heads/master: 31716a5ad32771be8339832b62aa030c263c6dac
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/devices/docg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ static void __init doc_set_driver_info(int chip_id, struct mtd_info *mtd)

switch (chip_id) {
case DOC_CHIPID_G3:
mtd->name = kasprintf(GFP_KERNEL, "DiskOnChip G3 floor %d",
mtd->name = kasprintf(GFP_KERNEL, "docg3.%d",
docg3->device_id);
docg3->max_block = 2047;
break;
Expand Down

0 comments on commit 14ed6d9

Please sign in to comment.