commit | 6dba1dd9fe0772c9342f4a2c1301e66c5542be73 | [log] [tgz] |
---|---|---|
author | Troy Kisky <troy.kisky@boundarydevices.com> | Mon Sep 24 16:41:43 2007 -0700 |
committer | Stefan Roese <sr@denx.de> | Mon Apr 21 08:43:46 2008 +0200 |
tree | a61c279f16e56c755049e283ad09dcdcf6c8f59d | |
parent | a9e665ee4a7727fe286d3fa6de22a358fd754a08 [diff] |
PATCH - Fix oob data copied into supplied buffer This patch correctly sets the oobavail variable and fixes a bug where the oob data was not valid when there where multiple groups in oobfree. First segment fixes a typo Second segment fixes a bug where oob data may be copied incorrectly. Third segment adds an error message when exiting due to write protect. Forth segment fixes a bug where oobavail may be set incorrectly. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>