commit | 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42 | [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 | 46f373838e384a4c23d13581b1dfa5acb66b5810 [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>