projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: tplinkpart: allow to detect JFFS2 as well
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
drivers
/
mtd
/
nand
/
rb4xx_nand.c
diff --git
a/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
b/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
index
d6c6843
..
664f7df
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
+++ b/
target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
@@
-223,7
+223,7
@@
static int __init rb4xx_nand_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, info);
- ret = nand_scan_ident(&info->mtd, 1);
+ ret = nand_scan_ident(&info->mtd, 1
, NULL
);
if (ret) {
ret = -ENXIO;
goto err_free_info;
This page took
0.026527 seconds
and
4
git commands to generate.