]> git.baikalelectronics.ru Git - kernel.git/commit
3c59x: Fix call to mdio_sync() with the wrong argument
authorBen Hutchings <ben@decadent.org.uk>
Thu, 22 Jul 2010 14:18:28 +0000 (14:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Jul 2010 20:05:13 +0000 (13:05 -0700)
commitf9c2a095edcdd4060a14f693c3f99736bdb69f54
tree6fa948a7ac34e8023490013a890967e204035c64
parentae6e21cd5758f3248ff19c32b59ef0ad6fea9e26
3c59x: Fix call to mdio_sync() with the wrong argument

commit 38fbd3585d7c25435480bc0497e570f7a32cd3d4
"3c59x: Specify window explicitly for access to windowed registers"
changed the first parameter to mdio_sync(), from a pointer to the
register mapping, to a pointer to the vortex_private structure,
and changed all but one of the call sites.  Fix that last one.

Reported-by: Luca Falavigna <dktrkranz@debian.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/3c59x.c