]> git.baikalelectronics.ru Git - kernel.git/commit
ath6kl: Remove deadcode in main.c
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Tue, 3 Jan 2012 09:49:02 +0000 (15:19 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 9 Jan 2012 10:44:41 +0000 (12:44 +0200)
commit258541a46fdc6a91394456abbb57442e79b545c7
treee339a48640c63712b692b3a2a600dbf674ac92bd
parentf13edaac727ee705d44df0290689b81e74a7fdb3
ath6kl: Remove deadcode in main.c

In ath6kl_reset_device(), since control can never reach switch..case
when the target_type is neither TARGET_TYPE_AR6003 nor TARGET_TYPE_AR6004,
remove the default option of switch statement.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/main.c