Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1263027 > unrolled thread
| Started by | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| First post | 2015-11-05 10:00 +0100 |
| Last post | 2015-11-12 00:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 09/11] mtd: drop unnecessary partition parser data Boris Brezillon <boris.brezillon@free-electrons.com> - 2015-11-05 10:00 +0100
Re: [PATCH v2 09/11] mtd: drop unnecessary partition parser data Brian Norris <computersforpeace@gmail.com> - 2015-11-12 00:50 +0100
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Date | 2015-11-05 10:00 +0100 |
| Subject | Re: [PATCH v2 09/11] mtd: drop unnecessary partition parser data |
| Message-ID | <qroyL-4iE-31@gated-at.bofh.it> |
On Fri, 30 Oct 2015 20:33:28 -0700
Brian Norris <computersforpeace@gmail.com> wrote:
> --- a/drivers/mtd/maps/lantiq-flash.c
> +++ b/drivers/mtd/maps/lantiq-flash.c
> @@ -110,7 +110,6 @@ ltq_copy_to(struct map_info *map, unsigned long to,
> static int
> ltq_mtd_probe(struct platform_device *pdev)
> {
> - struct mtd_part_parser_data ppdata;
> struct ltq_mtd *ltq_mtd;
> struct cfi_private *cfi;
> int err;
> @@ -161,13 +160,13 @@ ltq_mtd_probe(struct platform_device *pdev)
> }
>
> ltq_mtd->mtd->dev.parent = &pdev->dev;
> + mtd_set_of_node(<q_mtd->mtd, pdev->dev.of_node);
Should be:
mtd_set_of_node(ltq_mtd->mtd, pdev->dev.of_node);
(This error was reported by your aiaiai build test)
--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
--
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/
[toc] | [next] | [standalone]
| From | Brian Norris <computersforpeace@gmail.com> |
|---|---|
| Date | 2015-11-12 00:50 +0100 |
| Message-ID | <qtNjj-19f-1@gated-at.bofh.it> |
| In reply to | #1263027 |
On Thu, Nov 05, 2015 at 09:49:30AM +0100, Boris Brezillon wrote:
> On Fri, 30 Oct 2015 20:33:28 -0700
> Brian Norris <computersforpeace@gmail.com> wrote:
>
> > --- a/drivers/mtd/maps/lantiq-flash.c
> > +++ b/drivers/mtd/maps/lantiq-flash.c
> > @@ -110,7 +110,6 @@ ltq_copy_to(struct map_info *map, unsigned long to,
> > static int
> > ltq_mtd_probe(struct platform_device *pdev)
> > {
> > - struct mtd_part_parser_data ppdata;
> > struct ltq_mtd *ltq_mtd;
> > struct cfi_private *cfi;
> > int err;
> > @@ -161,13 +160,13 @@ ltq_mtd_probe(struct platform_device *pdev)
> > }
> >
> > ltq_mtd->mtd->dev.parent = &pdev->dev;
> > + mtd_set_of_node(<q_mtd->mtd, pdev->dev.of_node);
>
> Should be:
>
> mtd_set_of_node(ltq_mtd->mtd, pdev->dev.of_node);
>
> (This error was reported by your aiaiai build test)
Fixed that build error and pushed the rest of my 11 patches to
l2-mtd.git/next.
--
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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web