diff for duplicates of <49418732.4060206@codemonkey.ws> diff --git a/a/1.txt b/N1/1.txt index 5831ef0..04bf79e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -53,7 +53,7 @@ Hollis Blanchard wrote: > + > + /* First allocate space in qemu for device tree */ > + dt_file = qemu_malloc(dt_file_size); -> + if (dt_file = NULL) { +> + if (dt_file == NULL) { > + printf("Unable to allocate memory in qemu for device tree\n"); > + goto fail; > + } diff --git a/a/content_digest b/N1/content_digest index b91e179..2b0e158 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01229028752-9480-1-git-send-email-hollisb@us.ibm.com\0" "ref\0a7a1caa39906b4968399c9bdc32e13bf2ca509e9.1229027683.git.hollisb@us.ibm.com\0" "From\0Anthony Liguori <anthony@codemonkey.ws>\0" - "Subject\0Re: [Qemu-devel] [PATCH 4/6] Implement device tree support needed\0" - "Date\0Thu, 11 Dec 2008 21:33:38 +0000\0" + "Subject\0Re: [Qemu-devel] [PATCH 4/6] Implement device tree support needed for Bamboo emulation\0" + "Date\0Thu, 11 Dec 2008 15:33:38 -0600\0" "To\0qemu-devel@nongnu.org\0" "Cc\0kvm-ppc@vger.kernel.org\0" "\00:1\0" @@ -62,7 +62,7 @@ "> +\n" "> +\t/* First allocate space in qemu for device tree */\n" "> +\tdt_file = qemu_malloc(dt_file_size);\n" - "> +\tif (dt_file = NULL) {\n" + "> +\tif (dt_file == NULL) {\n" "> +\t\tprintf(\"Unable to allocate memory in qemu for device tree\\n\");\n" "> +\t\tgoto fail;\n" "> +\t}\n" @@ -163,4 +163,4 @@ "\n" Anthony Liguori -9e0c0f281280da6cb0d0a559ce11f9a8d4c9bce608206a678592cb5865170b06 +54fe92f950ae440af6e866ea7442bbb57f835171dd392c5eb5602b32927cfee4
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.