diff options
| author | Joe Perches <[email protected]> | 2010-05-17 22:47:34 -0700 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2010-05-17 22:47:34 -0700 |
| commit | ee289b6440c3b0ccb9459495783e8c299bec6604 (patch) | |
| tree | 6c3eeae205789e50657fd93853d7f3ce5802810c /drivers/net/wireless/hostap/hostap_download.c | |
| parent | 5113fec0984276836cb6f0677f7cb53586ec3451 (diff) | |
drivers/net: remove useless semicolons
switch and while statements don't need semicolons at end of statement
[ Fixup minor conflicts with recent wimax merge... -DaveM ]
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_download.c')
| -rw-r--r-- | drivers/net/wireless/hostap/hostap_download.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_download.c b/drivers/net/wireless/hostap/hostap_download.c index 89d3849abfe0..e73bf739fd9b 100644 --- a/drivers/net/wireless/hostap/hostap_download.c +++ b/drivers/net/wireless/hostap/hostap_download.c @@ -744,7 +744,7 @@ static int prism2_download(local_info_t *local, local->dev->name, param->dl_cmd); ret = -EINVAL; break; - }; + } out: if (ret == 0 && dl && |