diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2012-02-16 01:20:55 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-27 14:05:41 -0500 |
commit | 25d78d305ff7187837d3535cdda997ad91352fde (patch) | |
tree | 97ed635445bc71ce5e90081dda34f210cc288792 /drivers/net | |
parent | 14fec8d9baffc026beaffa2ee9e911df9d1d4ad2 (diff) |
ath9k: Remove unnecessary variable initialization
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/debug.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath/ath9k/debug.c b/drivers/net/wireless/ath/ath9k/debug.c index 68d972bf232d..dc45cf91aba2 100644 --- a/drivers/net/wireless/ath/ath9k/debug.c +++ b/drivers/net/wireless/ath/ath9k/debug.c | |||
@@ -1677,10 +1677,5 @@ int ath9k_init_debug(struct ath_hw *ah) | |||
1677 | debugfs_create_u32("gpio_val", S_IRUSR | S_IWUSR, | 1677 | debugfs_create_u32("gpio_val", S_IRUSR | S_IWUSR, |
1678 | sc->debug.debugfs_phy, &sc->sc_ah->gpio_val); | 1678 | sc->debug.debugfs_phy, &sc->sc_ah->gpio_val); |
1679 | 1679 | ||
1680 | sc->debug.regidx = 0; | ||
1681 | memset(&sc->debug.bb_mac_samp, 0, sizeof(sc->debug.bb_mac_samp)); | ||
1682 | sc->debug.sampidx = 0; | ||
1683 | sc->debug.tsidx = 0; | ||
1684 | sc->debug.rsidx = 0; | ||
1685 | return 0; | 1680 | return 0; |
1686 | } | 1681 | } |