lkml.org 
[lkml]   [2015]   [Mar]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 04/60] mtd: devices: docg3: show device in sysfs
    Date
    Fix a bug where mtd devices 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>
    ---
    drivers/mtd/devices/docg3.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/mtd/devices/docg3.c b/drivers/mtd/devices/docg3.c
    index 448ce42..dd851d6 100644
    --- a/drivers/mtd/devices/docg3.c
    +++ b/drivers/mtd/devices/docg3.c
    @@ -1841,7 +1841,6 @@ static void __init doc_set_driver_info(int chip_id, struct mtd_info *mtd)
    mtd->erasesize /= 2;
    mtd->writebufsize = mtd->writesize = DOC_LAYOUT_PAGE_SIZE;
    mtd->oobsize = DOC_LAYOUT_OOB_SIZE;
    - mtd->owner = THIS_MODULE;
    mtd->_erase = doc_erase;
    mtd->_read = doc_read;
    mtd->_write = doc_write;
    @@ -1881,6 +1880,7 @@ doc_probe_device(struct docg3_cascade *cascade, int floor, struct device *dev)
    if (!mtd)
    goto nomem2;
    mtd->priv = docg3;
    + mtd->dev.parent = dev;
    bbt_nbpages = DIV_ROUND_UP(docg3->max_block + 1,
    8 * DOC_LAYOUT_PAGE_SIZE);
    docg3->bbt = kzalloc(bbt_nbpages * DOC_LAYOUT_PAGE_SIZE, GFP_KERNEL);
    --
    2.2.2


    \
     
     \ /
      Last update: 2015-03-03 23:01    [W:4.241 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site