sdhci: add warnings for bad buffers in ADMA path
authorPierre Ossman <drzeus@drzeus.cx>
Sun, 20 Jul 2008 22:45:15 +0000 (00:45 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Wed, 23 Jul 2008 12:42:09 +0000 (14:42 +0200)
commit6cefd05f35177ad5d22d44519c680cf43f2ac86d
tree12d55e921315e34f7f60ffd17a01223a6966bdfd
parent48b5352ea1891455eb8e824cf7d92f66931a090f
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>
drivers/mmc/host/sdhci.c