From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: "Mario J. Rugiero" <mrugiero@gmail.com>
Cc: linux-mtd@lists.infradead.org, computersforpeace@gmail.com,
marek.vasut@gmail.com, richard@nod.at,
cyrille.pitchen@wedev4u.fr
Subject: Re: [PATCH 2/3] mtd: nand: create a wrapper for mtd_device_register for NAND specific initialization.
Date: Sat, 20 May 2017 19:46:35 +0200 [thread overview]
Message-ID: <20170520194635.10d7fd86@bbrezillon> (raw)
In-Reply-To: <20170520194430.6d60dd7a@bbrezillon>
Le Sat, 20 May 2017 19:44:30 +0200,
Boris Brezillon <boris.brezillon@free-electrons.com> a écrit :
> Le Sat, 20 May 2017 12:24:27 -0300,
> "Mario J. Rugiero" <mrugiero@gmail.com> a écrit :
>
> >
> > /**
> > + * nand_device_register - [NAND Interface] Register the MTD device and
> > + * allocate resources for the NAND device
> > + * @mtd: MTD device structure
> > + * @defparts: default device partitions array, from C-based board files
> > + * @defnr_parts: number of elements in defparts
> > + *
> > + * @return
> > + */
> > +int nand_device_register(struct mtd_info *mtd,
> > + const struct mtd_partition *defparts,
> > + int defnr_parts)
> > +{
> > + int ret = nand_device_register(mtd, defparts, defnr_parts);
>
> return nand_device_register(mtd, defparts, defnr_parts);
Duh, actually it's:
return mtd_device_register(mtd, defparts, defnr_parts);
>
> > +
> > + return ret;
> > +}
> > +EXPORT_SYMBOL_GPL(nand_device_register);
next prev parent reply other threads:[~2017-05-20 17:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-20 15:24 [PATCH 0/3] mtd: nand: allow force erasing of bad blocks through debugfs entry Mario J. Rugiero
2017-05-20 15:24 ` [PATCH 1/3] mtd: create per-device and module-scope debugfs entries Mario J. Rugiero
2017-05-20 15:24 ` [PATCH 2/3] mtd: nand: create a wrapper for mtd_device_register for NAND specific initialization Mario J. Rugiero
2017-05-20 15:24 ` [PATCH 3/3] mtd: nand: add option to ignore bad blocks when erasing, opt-in through debugfs Mario J. Rugiero
2017-05-20 17:54 ` Boris Brezillon
2017-05-20 17:38 ` [PATCH 2/3] mtd: nand: create a wrapper for mtd_device_register for NAND specific initialization Boris Brezillon
2017-05-20 17:44 ` Boris Brezillon
2017-05-20 17:46 ` Boris Brezillon [this message]
2017-05-20 17:56 ` Boris Brezillon
2017-05-20 16:21 ` [PATCH 1/3] mtd: create per-device and module-scope debugfs entries Boris Brezillon
2017-05-20 16:41 ` Mario Rugiero
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170520194635.10d7fd86@bbrezillon \
--to=boris.brezillon@free-electrons.com \
--cc=computersforpeace@gmail.com \
--cc=cyrille.pitchen@wedev4u.fr \
--cc=linux-mtd@lists.infradead.org \
--cc=marek.vasut@gmail.com \
--cc=mrugiero@gmail.com \
--cc=richard@nod.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox