diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-12-13 23:52:13 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-12-17 22:01:40 (GMT) |
commit | cb935cb4bd155d50ac98617b580aadd9d7ef3a0f (patch) | |
tree | 3e30b17295443f49a2b99ebc5dd02db1675d84cb /drivers/net/eepro.c | |
parent | aaf44a06b7c4864d93660e04701a72153197932c (diff) | |
download | linux-fsl-qoriq-cb935cb4bd155d50ac98617b580aadd9d7ef3a0f.tar.xz |
bcm43xx_debugfs sscanf fix
ia64:
drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c: In function `tsf_write_file':
drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:237: warning: long long int format, u64 arg (arg 3)
drivers/net/wireless/bcm43xx/bcm43xx_debugfs.c:237: warning: long long int format, u64 arg (arg 3)
We do not know what type was used to implement u64 and we can never use u64 in
printk(), sscanf(), etc.
Cc: Michael Buesch <mb@bu3sch.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/eepro.c')
0 files changed, 0 insertions, 0 deletions