diff for duplicates of <X8ikkAqZfnDO2lu6@mwanda> diff --git a/a/1.txt b/N1/1.txt index d65cd35..740047c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,7 +18,7 @@ index e28107061148..fc9a34ed58bd 100644 hdmi_dev = pci_get_drvdata(dev); i2c_dev = kzalloc(sizeof(struct hdmi_i2c_dev), GFP_KERNEL); -- if (i2c_dev = NULL) { +- if (i2c_dev == NULL) { - DRM_ERROR("Can't allocate interface\n"); - ret = -ENOMEM; - goto exit; @@ -58,3 +58,8 @@ index e28107061148..fc9a34ed58bd 100644 -- 2.29.2 + +_______________________________________________ +dri-devel mailing list +dri-devel@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N1/content_digest index a5ddfd3..1fd7371 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[PATCH] gma500: clean up error handling in init\0" - "Date\0Thu, 03 Dec 2020 08:40:48 +0000\0" + "Date\0Thu, 3 Dec 2020 11:40:48 +0300\0" "To\0Patrik Jakobsson <patrik.r.jakobsson@gmail.com>\0" "Cc\0David Airlie <airlied@linux.ie>" kernel-janitors@vger.kernel.org @@ -29,7 +29,7 @@ " \thdmi_dev = pci_get_drvdata(dev);\n" " \n" " \ti2c_dev = kzalloc(sizeof(struct hdmi_i2c_dev), GFP_KERNEL);\n" - "-\tif (i2c_dev = NULL) {\n" + "-\tif (i2c_dev == NULL) {\n" "-\t\tDRM_ERROR(\"Can't allocate interface\\n\");\n" "-\t\tret = -ENOMEM;\n" "-\t\tgoto exit;\n" @@ -68,6 +68,11 @@ " }\n" " \n" "-- \n" - 2.29.2 + "2.29.2\n" + "\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -c86826ed8e9d285bc6d4c54ed082dd63b0727e0e0f6950e0a66b2ae5579a3512 +071fb7d90526a1996f8a996cdc3c50f9ad4e198e9c7fef31838d70f89f60caa7
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.