diff for duplicates of <2416796.7aKg1mPfX6@avalon> diff --git a/a/1.txt b/N1/1.txt index b5ea0f0..0b45f16 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -39,14 +39,14 @@ On Tuesday 20 October 2015 09:32:13 Daniel Vetter wrote: > > + struct resource *mem; > > + int ret; > > + -> > + if (np = NULL) { +> > + if (np == NULL) { > > + dev_err(&pdev->dev, "no device tree node\n"); > > + return -ENODEV; > > + } > > + > > + /* Allocate and initialize the DRM and R-Car device structures. */ > > + rcdu = devm_kzalloc(&pdev->dev, sizeof(*rcdu), GFP_KERNEL); -> > + if (rcdu = NULL) +> > + if (rcdu == NULL) > > + return -ENOMEM; > > + > > + init_waitqueue_head(&rcdu->commit.wait); @@ -143,3 +143,8 @@ Thanks. Regards, Laurent Pinchart + +_______________________________________________ +dri-devel mailing list +dri-devel@lists.freedesktop.org +http://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N1/content_digest index f68cfea..ccd71a3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020151020073213.GP13786@phenom.ffwll.local\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH] drm: rcar-du: Perform initialization/cleanup at probe/remove time\0" - "Date\0Wed, 21 Oct 2015 15:16:08 +0000\0" + "Date\0Wed, 21 Oct 2015 18:16:08 +0300\0" "To\0Daniel Vetter <daniel@ffwll.ch>\0" "Cc\0Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>" dri-devel@lists.freedesktop.org @@ -50,14 +50,14 @@ "> > +\tstruct resource *mem;\n" "> > +\tint ret;\n" "> > +\n" - "> > +\tif (np = NULL) {\n" + "> > +\tif (np == NULL) {\n" "> > +\t\tdev_err(&pdev->dev, \"no device tree node\\n\");\n" "> > +\t\treturn -ENODEV;\n" "> > +\t}\n" "> > +\n" "> > +\t/* Allocate and initialize the DRM and R-Car device structures. */\n" "> > +\trcdu = devm_kzalloc(&pdev->dev, sizeof(*rcdu), GFP_KERNEL);\n" - "> > +\tif (rcdu = NULL)\n" + "> > +\tif (rcdu == NULL)\n" "> > +\t\treturn -ENOMEM;\n" "> > +\n" "> > +\tinit_waitqueue_head(&rcdu->commit.wait);\n" @@ -153,6 +153,11 @@ "-- \n" "Regards,\n" "\n" - Laurent Pinchart + "Laurent Pinchart\n" + "\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + http://lists.freedesktop.org/mailman/listinfo/dri-devel -e1b368cade4e5c538fdf19dfbb7888f8d084777d3043873030de63740417b31c +977372f62d82822a573d3e973e58af0f0bec2dbd0e07f4d7e340922570f2d28b
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.