Mike Frysinger
67bee2fb64
net: dm9000x: re-add casts to I/O pointers to fix gcc warnings
...
The DM9000 in/out helper functions were casting the register address when
it was accessing things directly (pre commit a45dde2293 ). But
when it was changed to using the in/out helpers, those casts were dropped
because those functions don't take pointers. Even more recently, those
functions were then changed to use the read/write helpers, but the casts
were not re-added. This is necessary because the read/write helpers do
take pointers. Otherwise we get a lot of warnings like:
dm9000x.c: In function 'dm9000_inblk_8bit':
dm9000x.c:172: warning: passing argument 1 of 'readb'
makes pointer from integer without a cast
Signed-off-by: Mike Frysinger <vapier@gentoo.org >
Tested-by: Thomas Weber <weber@corscience.de >
Signed-off-by: Ben Warren <biggerbadderben@gmail.com >
2010-07-12 00:02:11 -07:00
..
2009-10-28 00:49:47 +01:00
2009-03-20 22:39:10 +01:00
2008-05-21 00:14:08 +02:00
2009-10-07 09:15:20 +02:00
2007-11-25 18:35:17 +01:00
2007-11-25 18:35:17 +01:00
2007-11-25 18:35:17 +01:00
2010-05-03 14:52:50 -07:00
2010-05-03 14:52:49 -07:00
2010-01-31 22:37:12 -08:00
2008-10-13 22:33:12 -07:00
2008-10-15 15:50:45 +02:00
2008-10-13 22:28:32 -07:00
2008-04-28 22:26:36 -07:00
2007-11-25 18:35:17 +01:00
2007-11-25 18:35:17 +01:00
2007-11-25 18:35:17 +01:00
2007-11-25 18:35:17 +01:00
2009-03-20 22:39:10 +01:00
2007-11-25 18:35:17 +01:00
2007-11-25 18:35:17 +01:00
2009-03-20 22:39:10 +01:00
2010-05-03 14:52:50 -07:00
2010-05-03 14:52:50 -07:00
2010-01-31 22:34:33 -08:00
2009-08-25 13:35:54 -07:00
2010-01-31 22:37:12 -08:00
2009-03-20 22:39:10 +01:00
2010-07-12 00:02:11 -07:00
2008-08-26 23:08:19 -07:00
2009-02-22 01:19:52 +01:00
2009-02-10 00:16:27 +01:00
2009-12-13 21:52:30 -08:00
2009-08-08 02:26:05 -07:00
2008-10-18 21:54:03 +02:00
2009-03-20 22:39:10 +01:00
2010-01-31 22:37:12 -08:00
2010-01-31 22:37:12 -08:00
2010-05-03 14:52:50 -07:00
2010-05-03 14:52:49 -07:00
2010-03-07 12:36:36 -06:00
2009-03-20 22:39:10 +01:00
2009-08-10 14:53:52 -07:00
2009-08-10 14:53:52 -07:00
2008-09-02 21:18:16 -07:00
2008-03-30 00:33:28 -04:00
2008-09-02 21:18:17 -07:00
2010-05-03 14:52:49 -07:00
2010-05-03 14:52:47 -07:00
2009-03-20 22:39:10 +01:00
2010-05-17 23:21:08 +02:00
2009-12-13 21:31:26 -08:00
2010-01-31 22:37:12 -08:00
2008-02-14 09:37:58 +00:00
2010-05-03 14:52:49 -07:00
2009-03-20 22:39:10 +01:00
2010-05-03 14:52:48 -07:00
2010-05-03 14:52:48 -07:00
2008-08-29 13:58:07 -06:00
2010-05-03 14:52:48 -07:00
2009-06-12 20:47:16 +02:00
2009-09-15 00:11:02 +02:00
2008-10-18 21:54:03 +02:00
2008-10-13 22:28:32 -07:00
2008-10-13 22:28:32 -07:00
2008-04-28 22:26:36 -07:00
2008-10-18 21:54:03 +02:00
2007-11-25 18:35:17 +01:00
2010-01-18 00:21:49 +01:00
2008-05-21 00:14:08 +02:00
2008-10-18 21:54:03 +02:00
2008-10-21 11:25:39 +02:00
2008-10-18 21:54:03 +02:00
2008-09-02 21:18:17 -07:00
2008-09-02 21:18:18 -07:00
2009-03-20 22:39:10 +01:00
2008-05-21 00:14:08 +02:00
2008-10-21 11:25:39 +02:00
2009-06-08 22:57:21 -07:00
2009-03-20 22:39:10 +01:00
2009-03-20 22:39:10 +01:00
2009-07-22 22:53:43 -07:00
2009-02-09 22:52:11 -08:00
2010-05-17 23:21:08 +02:00
2009-10-19 10:08:44 -07:00
2009-10-04 22:37:03 -07:00
2009-11-09 21:55:09 -08:00
2009-03-20 22:39:10 +01:00
2008-05-21 00:14:08 +02:00
2010-07-12 00:02:11 -07:00
2008-10-18 21:54:03 +02:00
2009-07-29 09:59:22 +02:00
2008-10-18 21:54:03 +02:00
2009-09-14 14:40:04 +02:00