diff options
| author | Andrew Morton <[email protected]> | 2008-07-30 12:50:12 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2008-08-07 02:21:17 -0400 |
| commit | 11a859e591befae7413505c68dd241ad8e14748c (patch) | |
| tree | 39ba6065fd5c8f724e5b4da014fac2d709db72de /tools/perf/scripts/python | |
| parent | 5608784fdf417467cbb2ccfb1129500464416f79 (diff) | |
drivers/net/netxen/netxen_nic_hw.c: fix printk warnings
drivers/net/netxen/netxen_nic_hw.c: In function 'netxen_nic_pci_mem_read_direct':
drivers/net/netxen/netxen_nic_hw.c:1414: warning: format '%llx' expects type 'long long unsigned int', but argument 3 has type 'u64'
drivers/net/netxen/netxen_nic_hw.c: In function 'netxen_nic_pci_mem_write_direct':
drivers/net/netxen/netxen_nic_hw.c:1487: warning: format '%llx' expects type 'long long unsigned int', but argument 3 has type 'u64'
You don't know what type was used for u64 hence they cannot be printed without
casting.
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions