ahci: Fix cpu_physical_memory_unmap() argument ordering
commitfe6ceac86041ecdf7b99a3d57991941277fa7694
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 26 Jan 2011 10:24:56 +0000 (26 10:24 +0000)
committerKevin Wolf <kwolf@redhat.com>
Mon, 31 Jan 2011 09:03:00 +0000 (31 10:03 +0100)
tree9db2b3a131c83c153b1e1449e5f5710be917d1bf
parentd7142456c4c0a8793a7888e00ef7fbf0553f9c66
ahci: Fix cpu_physical_memory_unmap() argument ordering

The len and is_write arguments to cpu_physical_memory_unmap() were
swapped.  This patch changes calls to use the correct argument ordering.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/ide/ahci.c