[PATCH 1/2] ppc64: fix read/write on large /dev/nvram

Milton Miller miltonm at bga.com
Mon May 2 16:43:40 EST 2005


On Fri Apr 22 16:49:59 EST 2005, Arnd wrote a patch with the following
lines (among several others).

-       len = ppc_md.nvram_read(tmp_buffer, count, ppos);
+       ret = ppc_md.nvram_read(tmp, count, ppos);

-       len = ppc_md.nvram_write(tmp_buffer, count, ppos);
+       ret = ppc_md.nvram_read(tmp, count, ppos);


Even though I am just scanning, I am guessing this is not quite right.

milton




More information about the Linuxppc64-dev mailing list