commit | cb1ca0b3bb6681310e7fe9d29d6d4c76dd71801d | [log] [tgz] |
---|---|---|
author | Jassi Brar <jaswinder.singh@linaro.org> | Wed Nov 04 08:57:22 2015 +0530 |
committer | Jassi Brar <jaswinder.singh@linaro.org> | Wed Nov 04 14:03:04 2015 +0530 |
tree | eefd6ab1f5a83007595753013d63d7085c0bc29d | |
parent | c3ac54a6f554475b034f87d471417bf0afcf3a42 [diff] |
mailbox: mailbox-test: avoid reading iomem twice Don't pass mmio region as source to print_hex_dump() and then again to memcpy_fromio(). Do it once and give print_hex_dump() the buffer we just read the data in. Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>