commit | 11926fb93c38d7286d1dbf3a04fc9373c377c3e0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 29 05:24:04 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Nov 02 15:20:43 2012 -0700 |
tree | 3b684fb496da4b21de7d624716536f8e06b13bb2 | |
parent | d1cb64b631c7b448c728d926b8022b6b706a984a [diff] |
ide: Correct function signatures for ide_read/write() The prototypes in the header were changed by commit 4ac8f8e0 but the functions no longer match. Correct this. It seems odd that block devices take an lbaint_t for the block count, but an unsigned long for the blknr. Surely we should promote blknr to lbaint_t also? Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@ti.com>