diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-07-22 17:51:16 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-22 17:51:16 -0400 |
commit | 41bf37117b47fc5ce2aae91f6a108e7e42e0b046 (patch) | |
tree | d5c8f24075313edfe548256dd931527f1569921e /drivers/net/wireless/orinoco/orinoco_cs.c | |
parent | 415b3334a21aa67806c52d1acf4e72e14f7f402f (diff) | |
parent | 6e6e8c510a84fe3237ef02b954e58cca6a3f4b1a (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
Diffstat (limited to 'drivers/net/wireless/orinoco/orinoco_cs.c')
-rw-r--r-- | drivers/net/wireless/orinoco/orinoco_cs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/orinoco/orinoco_cs.c b/drivers/net/wireless/orinoco/orinoco_cs.c index 88e3c0ebcaad..3f7fc4a0b43d 100644 --- a/drivers/net/wireless/orinoco/orinoco_cs.c +++ b/drivers/net/wireless/orinoco/orinoco_cs.c | |||
@@ -65,7 +65,7 @@ static void orinoco_cs_release(struct pcmcia_device *link); | |||
65 | static void orinoco_cs_detach(struct pcmcia_device *p_dev); | 65 | static void orinoco_cs_detach(struct pcmcia_device *p_dev); |
66 | 66 | ||
67 | /********************************************************************/ | 67 | /********************************************************************/ |
68 | /* Device methods */ | 68 | /* Device methods */ |
69 | /********************************************************************/ | 69 | /********************************************************************/ |
70 | 70 | ||
71 | static int | 71 | static int |
@@ -89,7 +89,7 @@ orinoco_cs_hard_reset(struct orinoco_private *priv) | |||
89 | } | 89 | } |
90 | 90 | ||
91 | /********************************************************************/ | 91 | /********************************************************************/ |
92 | /* PCMCIA stuff */ | 92 | /* PCMCIA stuff */ |
93 | /********************************************************************/ | 93 | /********************************************************************/ |
94 | 94 | ||
95 | static int | 95 | static int |
@@ -134,7 +134,7 @@ static int | |||
134 | orinoco_cs_config(struct pcmcia_device *link) | 134 | orinoco_cs_config(struct pcmcia_device *link) |
135 | { | 135 | { |
136 | struct orinoco_private *priv = link->priv; | 136 | struct orinoco_private *priv = link->priv; |
137 | hermes_t *hw = &priv->hw; | 137 | struct hermes *hw = &priv->hw; |
138 | int ret; | 138 | int ret; |
139 | void __iomem *mem; | 139 | void __iomem *mem; |
140 | 140 | ||