Skip to content
Commit 7796c11c authored by Linus Torvalds's avatar Linus Torvalds
Browse files

xilinx usb2 gadget: get rid of incredibly annoying compile warning



This one was driving me mad, with several lines of warnings during the
allmodconfig build for a single bogus pointer cast.  The warning was so
verbose due to the indirect macro expansion explanation, and the whole
thing was just for a debug printout.

The bogus pointer-to-integer cast was pointless anyway, so just remove
it, and use '%p' to show the pointer.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 540a7c50
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment