projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
249eab6
)
mtd: nand: txx9ndfmc: show parent device in sysfs
author
Frans Klaver
<fransklaver@gmail.com>
Wed, 10 Jun 2015 20:39:09 +0000
(22:39 +0200)
committer
Brian Norris
<computersforpeace@gmail.com>
Tue, 13 Oct 2015 19:56:48 +0000
(12:56 -0700)
Fix a bug where parent device symlinks aren't shown in sysfs.
While at it, make use of the default owner value set by mtdcore.
Signed-off-by: Frans Klaver <fransklaver@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/txx9ndfmc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mtd/nand/txx9ndfmc.c
b/drivers/mtd/nand/txx9ndfmc.c
index 9c0bc45e28a955f83699a28ff232e8060015405c..8572519b8441b98fa94d55dda5b6d9c35bece1ea 100644
(file)
--- a/
drivers/mtd/nand/txx9ndfmc.c
+++ b/
drivers/mtd/nand/txx9ndfmc.c
@@
-323,7
+323,7
@@
static int __init txx9ndfmc_probe(struct platform_device *dev)
continue;
chip = &txx9_priv->chip;
mtd = &txx9_priv->mtd;
- mtd->
owner = THIS_MODULE
;
+ mtd->
dev.parent = &dev->dev
;
mtd->priv = chip;