memtest: Fix integer size/type printf errors
In a couple of places, memtest uses %x to print a pointer which
is illegal (and could be problematic on 64-bit). Use %p instead.
Additionally, use %ld when printing longs
Signed-off-by:
Benjamin Herrenschmidt <benh@kernel.crashing.org>
Showing
Please register or sign in to comment