Skip to content

Commit

Permalink
ath: remove unnecessary return in ath_regd_get_band_ctl
Browse files Browse the repository at this point in the history
'default' case already returns NO_CTL

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Bob Copeland authored and John W. Linville committed Jul 10, 2009
1 parent 2180049 commit 88f6bfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/wireless/ath/regd.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,5 @@ u32 ath_regd_get_band_ctl(struct ath_regulatory *reg,
default:
return NO_CTL;
}

return NO_CTL;
}
EXPORT_SYMBOL(ath_regd_get_band_ctl);

0 comments on commit 88f6bfe

Please sign in to comment.