OpenCloudOS-Kernel/drivers/net/wireless/ti
Julia Lawall f2a800f5be wl1251: drop unneeded goto
Delete jump to a label on the next line, when that label is not
used elsewhere.

A simplified version of the semantic patch that makes this change is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@r@
identifier l;
@@

-if (...) goto l;
-l:
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-06-08 11:38:18 +03:00
..
wl12xx wlcore: remove wl12xx_platform_data 2015-03-24 09:48:14 -07:00
wl18xx wl18xx: fallback to default conf in case of invalid conf file 2015-05-09 16:49:16 +03:00
wl1251 wl1251: drop unneeded goto 2015-06-08 11:38:18 +03:00
wlcore ath10k: 2015-05-24 23:23:01 -04:00
Kconfig wlcore: move wl12xx_platform_data up and make it truly optional 2013-02-08 10:05:02 +02:00
Makefile wlcore: move wl12xx_platform_data up and make it truly optional 2013-02-08 10:05:02 +02:00
wilink_platform_data.c wlcore: remove wl12xx_platform_data 2015-03-24 09:48:14 -07:00