diff for duplicates of <1672184.5pWpzmZmYm@avalon> diff --git a/a/1.txt b/N1/1.txt index 98ce3b5..a07ea9e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -42,14 +42,14 @@ On Wednesday 21 October 2015 17:39:45 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); @@ -172,3 +172,8 @@ if you review similar changes in other drivers. 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 5517eff..602509e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020151021153945.GI16848@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\0Thu, 26 Nov 2015 18:26:49 +0000\0" + "Date\0Thu, 26 Nov 2015 20:26:49 +0200\0" "To\0Daniel Vetter <daniel@ffwll.ch>\0" "Cc\0Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>" dri-devel@lists.freedesktop.org @@ -54,14 +54,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" @@ -183,6 +183,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 -0e230e9debf40e718d50f661967fb97becf26bcc6b7741ddba0fd35fd468339f +5927a096c88eb8b0a6014be28cd414591a5dfcb4f213af09aa95847438e7ffdf
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.