Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298112
b: refs/heads/master
c: b256757
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and David Woodhouse committed Mar 26, 2012
1 parent 5910f13 commit 94c9730
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: bb4a09866faebe33bf842ecb864fef2ce042b01c
refs/heads/master: b25675722acf8a81638afb1124b38c4752299fa5
7 changes: 0 additions & 7 deletions trunk/drivers/mtd/nftlcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ static void nftl_add_mtd(struct mtd_blktrans_ops *tr, struct mtd_info *mtd)
if (memcmp(mtd->name, "DiskOnChip", 10))
return;

if (!mtd_can_have_bb(mtd)) {
printk(KERN_ERR
"NFTL no longer supports the old DiskOnChip drivers loaded via docprobe.\n"
"Please use the new diskonchip driver under the NAND subsystem.\n");
return;
}

pr_debug("NFTL: add_mtd for %s\n", mtd->name);

nftl = kzalloc(sizeof(struct NFTLrecord), GFP_KERNEL);
Expand Down

0 comments on commit 94c9730

Please sign in to comment.