commit | 40c030f8ff098a321cba56f2b2ce4d271023cff5 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Sat Sep 29 07:55:11 2012 -0700 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:02 2012 -0700 |
tree | dcb8ba5981c067780c009b90c6ba7201ee8290c5 | |
parent | dac87571009624b8ea408d10c7e2c7374ca1872f [diff] |
fsl_sata: Make sata_{read,write}() comply with <part.h> - sata_write() takes a const void as the last argument. Fixing this means we also need to make ata_low_level_rw_lba{28,48} also take a const void. - Both sata_{read,write} take lbaint_t for blkcnt and ulong for blknr Signed-off-by: Tom Rini <trini@ti.com>