diff for duplicates of <20190625163434.13620-2-brgl@bgdev.pl> diff --git a/a/1.txt b/N1/1.txt index 668b75b..ef75609 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -49,7 +49,7 @@ index b9300f3e1ee6..654c19d3a81d 100644 - } - gbl = devm_kzalloc(&pdev->dev, sizeof(*gbl), GFP_KERNEL); - if (gbl = NULL) + if (gbl == NULL) return -ENOMEM; gbl->dev = &pdev->dev; @@ -76,3 +76,9 @@ index b9300f3e1ee6..654c19d3a81d 100644 memset(&props, 0, sizeof(props)); -- 2.21.0 + + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N1/content_digest index 38f1979..799bdb7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190625163434.13620-1-brgl@bgdev.pl\0" "From\0Bartosz Golaszewski <brgl@bgdev.pl>\0" "Subject\0[PATCH 01/12] backlight: gpio: allow to probe non-pdata devices from board files\0" - "Date\0Tue, 25 Jun 2019 16:34:23 +0000\0" + "Date\0Tue, 25 Jun 2019 18:34:23 +0200\0" "To\0Sekhar Nori <nsekhar@ti.com>" Kevin Hilman <khilman@kernel.org> Lee Jones <lee.jones@linaro.org> @@ -10,11 +10,11 @@ Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> David Lechner <david@lechnology.com> " Linus Walleij <linus.walleij@linaro.org>\0" - "Cc\0linux-arm-kernel@lists.infradead.org" - linux-kernel@vger.kernel.org + "Cc\0Bartosz Golaszewski <bgolaszewski@baylibre.com>" dri-devel@lists.freedesktop.org - linux-fbdev@vger.kernel.org - " Bartosz Golaszewski <bgolaszewski@baylibre.com>\0" + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-fbdev@vger.kernel.org\0" "\00:1\0" "b\0" "From: Bartosz Golaszewski <bgolaszewski@baylibre.com>\n" @@ -68,7 +68,7 @@ "-\t}\n" "-\n" " \tgbl = devm_kzalloc(&pdev->dev, sizeof(*gbl), GFP_KERNEL);\n" - " \tif (gbl = NULL)\n" + " \tif (gbl == NULL)\n" " \t\treturn -ENOMEM;\n" " \n" " \tgbl->dev = &pdev->dev;\n" @@ -94,6 +94,12 @@ " \n" " \tmemset(&props, 0, sizeof(props));\n" "-- \n" - 2.21.0 + "2.21.0\n" + "\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -391b0de26626cc4283795e2014dd8bdcd5b1c96e2b41328c3e534f7b5d9176c9 +a75d9a3547e3d0ed28b44cca011cc670beec440569024bc037b1ec80b275e481
diff --git a/a/1.txt b/N2/1.txt index 668b75b..93cf4ba 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -49,7 +49,7 @@ index b9300f3e1ee6..654c19d3a81d 100644 - } - gbl = devm_kzalloc(&pdev->dev, sizeof(*gbl), GFP_KERNEL); - if (gbl = NULL) + if (gbl == NULL) return -ENOMEM; gbl->dev = &pdev->dev; diff --git a/a/content_digest b/N2/content_digest index 38f1979..eaa1605 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020190625163434.13620-1-brgl@bgdev.pl\0" "From\0Bartosz Golaszewski <brgl@bgdev.pl>\0" "Subject\0[PATCH 01/12] backlight: gpio: allow to probe non-pdata devices from board files\0" - "Date\0Tue, 25 Jun 2019 16:34:23 +0000\0" + "Date\0Tue, 25 Jun 2019 18:34:23 +0200\0" "To\0Sekhar Nori <nsekhar@ti.com>" Kevin Hilman <khilman@kernel.org> Lee Jones <lee.jones@linaro.org> @@ -68,7 +68,7 @@ "-\t}\n" "-\n" " \tgbl = devm_kzalloc(&pdev->dev, sizeof(*gbl), GFP_KERNEL);\n" - " \tif (gbl = NULL)\n" + " \tif (gbl == NULL)\n" " \t\treturn -ENOMEM;\n" " \n" " \tgbl->dev = &pdev->dev;\n" @@ -96,4 +96,4 @@ "-- \n" 2.21.0 -391b0de26626cc4283795e2014dd8bdcd5b1c96e2b41328c3e534f7b5d9176c9 +d6799ea3c5d8a782d0183abaf7bb1863ce3cd16497a30bc0a64fae477578a590
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.