Commit 390df807 authored by Jean Tourrilhes's avatar Jean Tourrilhes Committed by Linus Torvalds

[IrDA] irnet cast

		<Suggested by David S. Miller>
	o [FEATURE] remove pointer casting in IrNET debug code missed by David.
parent 5cd187fd
......@@ -953,7 +953,7 @@ irnet_setup_server(void)
(void *) &irnet_server.s);
#endif
DEXIT(IRDA_SERV_TRACE, " - self=0x%X\n", (unsigned int) &irnet_server.s);
DEXIT(IRDA_SERV_TRACE, " - self=0x%p\n", &irnet_server.s);
return 0;
}
......
Markdown is supported
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