diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ahb.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ahb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ahb.c b/drivers/net/wireless/ath/ath9k/ahb.c index 0b36fcf8a28..85a54cd2b08 100644 --- a/drivers/net/wireless/ath/ath9k/ahb.c +++ b/drivers/net/wireless/ath/ath9k/ahb.c | |||
@@ -133,7 +133,7 @@ static int ath_ahb_probe(struct platform_device *pdev) | |||
133 | goto err_free_hw; | 133 | goto err_free_hw; |
134 | } | 134 | } |
135 | 135 | ||
136 | ret = ath9k_init_device(id->driver_data, sc, 0x0, &ath_ahb_bus_ops); | 136 | ret = ath9k_init_device(id->driver_data, sc, &ath_ahb_bus_ops); |
137 | if (ret) { | 137 | if (ret) { |
138 | dev_err(&pdev->dev, "failed to initialize device\n"); | 138 | dev_err(&pdev->dev, "failed to initialize device\n"); |
139 | goto err_irq; | 139 | goto err_irq; |