linux/drivers/net/fjes
Arnd Bergmann ea939008c2 fjes: fix format string for trace output
phys_addr_t may be wider than a pointer and has to be printed
using the special %pap format string, as pointed out by
this new warning.

arch/x86/include/../../../drivers/net/fjes/fjes_trace.h: In function ‘trace_raw_output_fjes_hw_start_debug_req’:
arch/x86/include/../../../drivers/net/fjes/fjes_trace.h:212:563: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]

Note that this has to pass the address by reference instead of
casting it to a different type.

Fixes: b6ba737d0b ("fjes: ethtool -w and -W support for fjes driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-10-17 13:07:52 -04:00
..
fjes_debugfs.c fjes: Add debugfs entry for EP status information in fjes driver 2016-10-14 12:04:58 -04:00
fjes_ethtool.c fjes: ethtool -w and -W support for fjes driver 2016-10-14 12:04:57 -04:00
fjes_hw.c fjes: ethtool -w and -W support for fjes driver 2016-10-14 12:04:57 -04:00
fjes_hw.h fjes: ethtool -w and -W support for fjes driver 2016-10-14 12:04:57 -04:00
fjes_main.c fjes: Update fjes driver version : 1.2 2016-10-14 12:04:58 -04:00
fjes_regs.h fjes: net_device_ops.ndo_open and .ndo_stop 2015-08-24 14:06:34 -07:00
fjes_trace.c fjes: Add tracepoints in fjes driver 2016-10-14 12:04:57 -04:00
fjes_trace.h fjes: fix format string for trace output 2016-10-17 13:07:52 -04:00
fjes.h fjes: Add debugfs entry for EP status information in fjes driver 2016-10-14 12:04:58 -04:00
Makefile fjes: Add debugfs entry for EP status information in fjes driver 2016-10-14 12:04:58 -04:00