Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1293317
| From | Brian Norris <computersforpeace@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 2/5] mtd: nand: Qualcomm NAND controller driver |
| Date | 2015-12-16 20:20 +0100 |
| Message-ID | <qGpMd-5PL-13@gated-at.bofh.it> (permalink) |
| References | <pTgaB-1gF-3@gated-at.bofh.it> <pZ3u2-3N2-3@gated-at.bofh.it> <pZ3DI-3YV-7@gated-at.bofh.it> <qGgpz-8k9-1@gated-at.bofh.it> <qGiUq-1hP-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Dec 16, 2015 at 05:27:48PM +0530, Archit Taneja wrote: > On 12/16/2015 02:45 PM, Boris Brezillon wrote: > >On Wed, 19 Aug 2015 10:19:03 +0530 > >Archit Taneja <architt@codeaurora.org> wrote: > >>+ return mtd_device_parse_register(mtd, NULL, &ppdata, NULL, 0); > > > > return mtd_device_parse_register(mtd, NULL, NULL, NULL 0); > > Will fix. Or just: return mtd_device_register(mtd, NULL, 0); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH v4 2/5] mtd: nand: Qualcomm NAND controller driver Boris Brezillon <boris.brezillon@free-electrons.com> - 2015-12-16 10:20 +0100
Re: [PATCH v4 2/5] mtd: nand: Qualcomm NAND controller driver Boris Brezillon <boris.brezillon@free-electrons.com> - 2015-12-16 15:20 +0100
Re: [PATCH v4 2/5] mtd: nand: Qualcomm NAND controller driver Archit Taneja <architt@codeaurora.org> - 2015-12-17 10:50 +0100
Re: [PATCH v4 2/5] mtd: nand: Qualcomm NAND controller driver Boris Brezillon <boris.brezillon@free-electrons.com> - 2015-12-18 19:50 +0100
Re: [PATCH v4 2/5] mtd: nand: Qualcomm NAND controller driver Brian Norris <computersforpeace@gmail.com> - 2015-12-16 20:20 +0100
csiph-web