| commit | abc45592bce8267a8e651c12ce94a1f83eaac7a6 | [log] [tgz] |
|---|---|---|
| author | Ben Hutchings <ben@decadent.org.uk> | Mon Mar 28 17:10:43 2011 +0000 |
| committer | David S. Miller <davem@davemloft.net> | Wed Mar 30 00:12:32 2011 -0700 |
| tree | 26734a7c7c65a0ee856f31a5e9634778b6041f48 | |
| parent | 93ca3bb5df9bc8b2c60485e1cc6507c3d7c8e1fa [diff] |
via-ircc: Use pci_{get, set}_drvdata() instead of static pointer variable
via-ircc still maintains its own array of device pointers in Linux 2.4
style. Worse, it always uses index 0, so it will crash if there are
multiple suitable devices in the system.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>