From: Seiichi Nakashima <nakasima@kumin.ne.jp>
To: linux-kernel@vger.kernel.org
Subject: linux-2.6.9 eepro100 warning
Date: Sun, 24 Oct 2004 08:13:51 +0900 [thread overview]
Message-ID: <200410232313.AA00003@prism.kumin.ne.jp> (raw)
Hi.
I update linux kernel form 2.6.8.1 to 2.6.9.
I found eepro100 warning, then I update 2.6.10-rc1, but same result.
It is only warning, I think pro100 may work fine.
==
drivers/net/eepro100.c: In function `wait_for_cmd_done':
drivers/net/eepro100.c:564: warning: passing arg 1 of `readb' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `speedo_found1':
drivers/net/eepro100.c:749: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c:750: warning: passing arg 1 of `readl' makes pointer from integer without a cast
drivers/net/eepro100.c:816: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c:840: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c:841: warning: passing arg 1 of `readl' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `do_slow_command':
drivers/net/eepro100.c:919: warning: passing arg 1 of `readb' makes pointer from integer without a cast
drivers/net/eepro100.c:923: warning: passing arg 1 of `readb' makes pointer from integer without a cast
drivers/net/eepro100.c:925: warning: passing arg 2 of `writeb' makes pointer from integer without a cast
drivers/net/eepro100.c:928: warning: passing arg 1 of `readb' makes pointer from integer without a cast
drivers/net/eepro100.c:930: warning: passing arg 1 of `readb' makes pointer from integer without a cast
drivers/net/eepro100.c:934: warning: passing arg 1 of `readl' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `mdio_read':
drivers/net/eepro100.c:982: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c:984: warning: passing arg 1 of `readl' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `mdio_write':
drivers/net/eepro100.c:998: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c:1000: warning: passing arg 1 of `readl' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `speedo_open':
drivers/net/eepro100.c:1056: warning: passing arg 2 of `writew' makes pointer from integer without a cast
drivers/net/eepro100.c:1075: warning: passing arg 1 of `readw' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `speedo_resume':
drivers/net/eepro100.c:1106: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c:1110: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c:1111: warning: passing arg 1 of `readl' makes pointer from integer without a cast
drivers/net/eepro100.c:1119: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c:1120: warning: passing arg 1 of `readl' makes pointer from integer without a cast
drivers/net/eepro100.c:1122: warning: passing arg 2 of `writeb' makes pointer from integer without a cast
drivers/net/eepro100.c:1132: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c:1133: warning: passing arg 1 of `readl' makes pointer from integer without a cast
drivers/net/eepro100.c:1158: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c:1161: warning: passing arg 2 of `writew' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `speedo_rx_soft_reset':
drivers/net/eepro100.c:1190: warning: passing arg 2 of `writeb' makes pointer from integer without a cast
drivers/net/eepro100.c:1201: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c:1202: warning: passing arg 2 of `writeb' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `speedo_timer':
drivers/net/eepro100.c:1234: warning: passing arg 1 of `readw' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `speedo_tx_timeout':
drivers/net/eepro100.c:1403: warning: passing arg 1 of `readw' makes pointer from integer without a cast
drivers/net/eepro100.c:1409: warning: passing arg 1 of `readw' makes pointer from integer without a cast
drivers/net/eepro100.c:1431: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c:1436: warning: passing arg 2 of `writew' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `speedo_start_xmit':
drivers/net/eepro100.c:1504: warning: passing arg 2 of `writeb' makes pointer from integer without a cast
drivers/net/eepro100.c:1514: warning: passing arg 2 of `writeb' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `speedo_interrupt':
drivers/net/eepro100.c:1614: warning: passing arg 1 of `readw' makes pointer from integer without a cast
drivers/net/eepro100.c:1618: warning: passing arg 2 of `writew' makes pointer from integer without a cast
drivers/net/eepro100.c:1678: warning: passing arg 2 of `writew' makes pointer from integer without a cast
drivers/net/eepro100.c:1685: warning: passing arg 1 of `readw' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `speedo_close':
drivers/net/eepro100.c:1913: warning: passing arg 1 of `readw' makes pointer from integer without a cast
drivers/net/eepro100.c:1918: warning: passing arg 2 of `writew' makes pointer from integer without a cast
drivers/net/eepro100.c:1921: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c:1922: warning: passing arg 1 of `readl' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `speedo_get_stats':
drivers/net/eepro100.c:2006: warning: passing arg 2 of `writeb' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `set_rx_mode':
drivers/net/eepro100.c:2200: warning: passing arg 2 of `writeb' makes pointer from integer without a cast
drivers/net/eepro100.c:2238: warning: passing arg 2 of `writeb' makes pointer from integer without a cast
drivers/net/eepro100.c:2314: warning: passing arg 2 of `writeb' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `eepro100_suspend':
drivers/net/eepro100.c:2345: warning: passing arg 2 of `writel' makes pointer from integer without a cast
drivers/net/eepro100.c: In function `eepro100_resume':
drivers/net/eepro100.c:2369: warning: passing arg 2 of `writew' makes pointer from integer without a cast
Root device is (3, 3)
Boot sector 512 bytes.
Setup is 4735 bytes.
System is 1026 kB
--------------------------------
Seiichi Nakashima
Email nakasima@kumin.ne.jp
--------------------------------
next reply other threads:[~2004-10-23 23:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-23 23:13 Seiichi Nakashima [this message]
2004-10-25 6:16 ` linux-2.6.9 eepro100 warning Jeff Garzik
2004-10-25 6:25 ` Nick Piggin
2004-10-25 6:27 ` YOSHIFUJI Hideaki / 吉藤英明
2004-10-25 19:54 ` Terje Kvernes
2004-10-28 4:38 ` Jeff Garzik
2004-10-28 15:45 ` Terje Kvernes
2004-10-30 5:40 ` Seiichi Nakashima
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200410232313.AA00003@prism.kumin.ne.jp \
--to=nakasima@kumin.ne.jp \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox