commit | 34a30b0999b93697c4320790c12a0e0373f0c11c | [log] [tgz] |
---|---|---|
author | Mateusz Kulikowski <mateusz.kulikowski@gmail.com> | Thu Mar 31 23:12:20 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 17:18:09 2016 -0400 |
tree | a484dd9840476005595db74a098945811e5d705e | |
parent | 533e7b193ad7e22d6d388f954e8ab1fb3548faa0 [diff] |
usb: ulpi: Fix viewport_addr type viewport_addr is address of memory mapped ULPI viewport. It is used only as argument to readl/writel later causing compile warnings on 64-bit devices. This fix changes its type to match pointer size. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Acked-by: Marek Vasut <marex@denx.de>