commit | 6cefd05f35177ad5d22d44519c680cf43f2ac86d | [log] [tgz] |
---|---|---|
author | Pierre Ossman <drzeus@drzeus.cx> | Mon Jul 21 00:45:15 2008 +0200 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Wed Jul 23 14:42:09 2008 +0200 |
tree | 12d55e921315e34f7f60ffd17a01223a6966bdfd | |
parent | 48b5352ea1891455eb8e824cf7d92f66931a090f [diff] |
sdhci: add warnings for bad buffers in ADMA path The ADMA code path assumes that the 3 byte alignment fix doesn't cross a page boundary. I'm not convinced this is worth supporting, but at least print a warning in the off chance we'll actually see such a request. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>