diff for duplicates of <20151021153945.GI16848@phenom.ffwll.local> diff --git a/a/1.txt b/N1/1.txt index 5caba22..a9a62d1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -40,14 +40,14 @@ On Wed, Oct 21, 2015 at 06:16:08PM +0300, Laurent Pinchart 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); @@ -168,3 +168,7 @@ before the drm_dev_register() call ... Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch +_______________________________________________ +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 70a27a6..2e73a93 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\02416796.7aKg1mPfX6@avalon\0" "From\0Daniel Vetter <daniel@ffwll.ch>\0" "Subject\0Re: [PATCH] drm: rcar-du: Perform initialization/cleanup at probe/remove time\0" - "Date\0Wed, 21 Oct 2015 15:39:45 +0000\0" + "Date\0Wed, 21 Oct 2015 17:39:45 +0200\0" "To\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Cc\0Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>" dri-devel@lists.freedesktop.org @@ -52,14 +52,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" @@ -179,6 +179,10 @@ "-- \n" "Daniel Vetter\n" "Software Engineer, Intel Corporation\n" - http://blog.ffwll.ch + "http://blog.ffwll.ch\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + http://lists.freedesktop.org/mailman/listinfo/dri-devel -4c62c298d72fad4fff3476e22495f5bc45a11ada1136332e44523ace9f45d571 +e8944f4b833acecfa1156f06bdfd50006c95300120ee52ae80f76ac2dbb69bd5
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.