diff for duplicates of <1205376825.9736.34.camel@basalt> diff --git a/a/1.txt b/N1/1.txt index 4371675..8cdcc64 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -127,7 +127,7 @@ So the load_uboot() part should be a separate patch, right? > + dt_base = kernel_size + la; > + > + fdt = load_device_tree(buf, (phys_ram_base + dt_base)); -> + if (fdt = NULL) { +> + if (fdt == NULL) { > + printf("Loading device tree failed!\n"); > + exit(1); > + } @@ -232,7 +232,7 @@ Don't indent this. > + > + stream = fopen(buf, "rb"); > + -> + if (stream = NULL) +> + if (stream == NULL) > + { > + printf("%s: Unable to open '%s'\n", __func__, buf); > + exit(1); @@ -296,7 +296,3 @@ IBM Linux Technology Center This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -_______________________________________________ -kvm-ppc-devel mailing list -kvm-ppc-devel@lists.sourceforge.net -https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel diff --git a/a/content_digest b/N1/content_digest index 283c652..2413ba6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\050fddb23a4c19ec6f359.1205297444@thinkpad.austin.ibm.com\0" "From\0Hollis Blanchard <hollisb@us.ibm.com>\0" - "Subject\0Re: [kvm-ppc-devel] [PATCH 5 of 7] Add dynamic device\0" - "Date\0Thu, 13 Mar 2008 02:53:45 +0000\0" + "Subject\0Re: [kvm-ppc-devel] [PATCH 5 of 7] Add dynamic device tree\tmanipulation & change uboot\tloader for PPC bamboo board model\0" + "Date\0Wed, 12 Mar 2008 21:53:45 -0500\0" "To\0Jerone Young <jyoung5@us.ibm.com>\0" "Cc\0kvm-ppc-devel@lists.sourceforge.net" " kvm-devel@lists.sourceforge.net\0" @@ -136,7 +136,7 @@ "> +\t\tdt_base = kernel_size + la;\n" "> +\n" "> +\tfdt = load_device_tree(buf, (phys_ram_base + dt_base));\n" - "> +\tif (fdt = NULL) {\n" + "> +\tif (fdt == NULL) {\n" "> +\t\tprintf(\"Loading device tree failed!\\n\");\n" "> +\t\texit(1);\n" "> +\t}\n" @@ -241,7 +241,7 @@ "> +\n" "> +\tstream = fopen(buf, \"rb\");\n" "> +\t\n" - "> +\tif (stream = NULL)\n" + "> +\tif (stream == NULL)\n" "> +\t{\n" "> +\t\tprintf(\"%s: Unable to open '%s'\\n\", __func__, buf);\n" "> +\t\texit(1);\n" @@ -304,10 +304,6 @@ "-------------------------------------------------------------------------\n" "This SF.net email is sponsored by: Microsoft\n" "Defy all challenges. Microsoft(R) Visual Studio 2008.\n" - "http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/\n" - "_______________________________________________\n" - "kvm-ppc-devel mailing list\n" - "kvm-ppc-devel@lists.sourceforge.net\n" - https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel + http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -657a0e7866e1dfc816b98244eccf3f3990ebc77af0159a76c9163005d66a4956 +7ff0843ce6e372d609724100d805342ce289b8e4938687a393335d13f3bd4afc
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.