diff for duplicates of <20190722150302.29526-7-brgl@bgdev.pl> diff --git a/a/1.txt b/N1/1.txt index e12eb46..2e53645 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,7 +28,7 @@ index 70882556f047..cd6a75bca9cc 100644 + int ret, def_value; gbl = devm_kzalloc(&pdev->dev, sizeof(*gbl), GFP_KERNEL); - if (gbl = NULL) + if (gbl == NULL) @@ -70,8 +69,8 @@ static int gpio_backlight_probe(struct platform_device *pdev) if (pdata) gbl->fbdev = pdata->fbdev; diff --git a/a/content_digest b/N1/content_digest index 956a8b1..2601bfe 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190722150302.29526-1-brgl@bgdev.pl\0" "From\0Bartosz Golaszewski <brgl@bgdev.pl>\0" "Subject\0[PATCH v2 6/7] backlight: gpio: remove def_value from struct gpio_backlight\0" - "Date\0Mon, 22 Jul 2019 15:03:01 +0000\0" + "Date\0Mon, 22 Jul 2019 17:03:01 +0200\0" "To\0Yoshinori Sato <ysato@users.sourceforge.jp>" Rich Felker <dalias@libc.org> Lee Jones <lee.jones@linaro.org> @@ -47,7 +47,7 @@ "+\tint ret, def_value;\n" " \n" " \tgbl = devm_kzalloc(&pdev->dev, sizeof(*gbl), GFP_KERNEL);\n" - " \tif (gbl = NULL)\n" + " \tif (gbl == NULL)\n" "@@ -70,8 +69,8 @@ static int gpio_backlight_probe(struct platform_device *pdev)\n" " \tif (pdata)\n" " \t\tgbl->fbdev = pdata->fbdev;\n" @@ -71,4 +71,4 @@ "-- \n" 2.21.0 -4eb56f2282ed6fe5b8169608544b8714da85147f2bbd7c5ec280a77073279d5f +33b4677226bc26e6185b22df793d1887f80687cee4f1413a1318555c5276b185
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.