diff for duplicates of <20191007090206.GD3865@mwanda> diff --git a/a/1.txt b/N1/1.txt index 9544668..036a1f5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,20 +25,15 @@ index f1fbbc8b77ee..c9266ea70331 100644 + int ret, i; for (i = 0; i < SMU_TABLE_COUNT; i++) { - if (tables[i].size == 0) + if (tables[i].size = 0) @@ -915,7 +914,7 @@ static int smu_init_fb_allocations(struct smu_context *smu) return 0; failed: - for (; i > 0; i--) { + while (--i >= 0) { - if (tables[i].size == 0) + if (tables[i].size = 0) continue; amdgpu_bo_free_kernel(&tables[i].bo, -- 2.20.1 - -_______________________________________________ -amd-gfx mailing list -amd-gfx@lists.freedesktop.org -https://lists.freedesktop.org/mailman/listinfo/amd-gfx diff --git a/a/content_digest b/N1/content_digest index ae2a62c..634309a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ - "From\0Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\0" + "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[PATCH] drm/amd/powerplay: Fix error handling in smu_init_fb_allocations()\0" - "Date\0Mon, 7 Oct 2019 12:02:06 +0300\0" + "Date\0Mon, 07 Oct 2019 09:02:06 +0000\0" "To\0Rex Zhu <rex.zhu-5C7GfCeVMHo@public.gmane.org>" " Kevin Wang <Kevin1.Wang-5C7GfCeVMHo@public.gmane.org>\0" "Cc\0David (ChunMing) Zhou <David1.Zhou-5C7GfCeVMHo@public.gmane.org>" @@ -41,22 +41,17 @@ "+\tint ret, i;\n" " \n" " \tfor (i = 0; i < SMU_TABLE_COUNT; i++) {\n" - " \t\tif (tables[i].size == 0)\n" + " \t\tif (tables[i].size = 0)\n" "@@ -915,7 +914,7 @@ static int smu_init_fb_allocations(struct smu_context *smu)\n" " \n" " \treturn 0;\n" " failed:\n" "-\tfor (; i > 0; i--) {\n" "+\twhile (--i >= 0) {\n" - " \t\tif (tables[i].size == 0)\n" + " \t\tif (tables[i].size = 0)\n" " \t\t\tcontinue;\n" " \t\tamdgpu_bo_free_kernel(&tables[i].bo,\n" "-- \n" - "2.20.1\n" - "\n" - "_______________________________________________\n" - "amd-gfx mailing list\n" - "amd-gfx@lists.freedesktop.org\n" - https://lists.freedesktop.org/mailman/listinfo/amd-gfx + 2.20.1 -04263207c309fb3bd37378dfee443714fbde3851c7f02f6e72b18101fd4f87f9 +83d16a912252e7aaa9e34058d73c9ee1df0911c94565bcddc7fc3b731df21894
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.