Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 6848c715 authored by Jack Pham's avatar Jack Pham
Browse files

usb: bam: Fix pointer-to-int cast compilation errors



Remove instances of pointer-to-int casting in some printk
statements. These were intended to allow printing with
the %x specifier, but on 64-bit targets, the size of a
pointer is not the same as an integer, and results in
compilation errors. Use the %p format specifier instead.

Change-Id: I268fe7cc718eb0e224e9986ab5494faf95161d7e
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent 27a70795
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment