diff for duplicates of <20180323113903.GD28518@mwanda> diff --git a/a/1.txt b/N1/1.txt index 9bf72a0..985c1dc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,19 +14,14 @@ index 75a465f771f0..7b26607c646a 100644 - if (crev != 9) { - pr_err("Unsupported IGP table: %d %d\n", frev, crev); -+ if (info == NULL) { ++ if (info = NULL) { + pr_err("Could not retrieve the Integrated System Info Table!\n"); return -EINVAL; } -- if (info == NULL) { +- if (info = NULL) { - pr_err("Could not retrieve the Integrated System Info Table!\n"); + if (crev != 9) { + pr_err("Unsupported IGP table: %d %d\n", frev, crev); return -EINVAL; } - -_______________________________________________ -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 9e6f543..b97760a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[PATCH] drm/amd/pp: silence a static checker warning\0" - "Date\0Fri, 23 Mar 2018 14:39:03 +0300\0" + "Date\0Fri, 23 Mar 2018 11:39:03 +0000\0" "To\0Alex Deucher <alexander.deucher@amd.com>\0" "Cc\0Tom St Denis <tom.stdenis@amd.com>" David Airlie <airlied@linux.ie> @@ -28,21 +28,16 @@ " \n" "-\tif (crev != 9) {\n" "-\t\tpr_err(\"Unsupported IGP table: %d %d\\n\", frev, crev);\n" - "+\tif (info == NULL) {\n" + "+\tif (info = NULL) {\n" "+\t\tpr_err(\"Could not retrieve the Integrated System Info Table!\\n\");\n" " \t\treturn -EINVAL;\n" " \t}\n" " \n" - "-\tif (info == NULL) {\n" + "-\tif (info = NULL) {\n" "-\t\tpr_err(\"Could not retrieve the Integrated System Info Table!\\n\");\n" "+\tif (crev != 9) {\n" "+\t\tpr_err(\"Unsupported IGP table: %d %d\\n\", frev, crev);\n" " \t\treturn -EINVAL;\n" - " \t}\n" - " \n" - "_______________________________________________\n" - "dri-devel mailing list\n" - "dri-devel@lists.freedesktop.org\n" - https://lists.freedesktop.org/mailman/listinfo/dri-devel + " \t}" -91cf9e94f70883d372879c2aeb85fa63ffd2d1453205126ce8524fe5e3941f71 +67eb8cd30a04521bae17e47595262adf1d694c436cca8f4459d90739c766c134
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.