Parcourir la source

treewide: remove empty default cases

There is no apparent reason to have an empty default case.

Signed-off-by: Adrian Schmutzler <[email protected]>
Adrian Schmutzler il y a 5 ans
Parent
commit
0b1cdb7eea

+ 0 - 2
target/linux/apm821xx/base-files/etc/board.d/01_leds

@@ -44,8 +44,6 @@ netgear,wndr4700)
 	ucidef_set_led_netdev "wan_yellow" "WAN (yellow)" "wndr4700:yellow:wan" "eth0.2" "tx rx"
 	;;
 
-*)
-	;;
 esac
 
 board_config_flush

+ 0 - 2
target/linux/apm821xx/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac

@@ -16,6 +16,4 @@ netgear,wndap620|\
 netgear,wndap660)
 	macaddr_add $(mtd_get_mac_ascii u-boot-env baseMAC) $(($PHYNBR + 1)) > /sys${DEVPATH}/macaddress
 	;;
-*)
-	;;
 esac

+ 0 - 2
target/linux/apm821xx/base-files/lib/preinit/79_move_config

@@ -12,8 +12,6 @@ move_config() {
 			[ -f "/boot/$BACKUP_FILE" ] && mv -f "/boot/$BACKUP_FILE" /
 		fi
 		;;
-	*)
-		;;
 	esac
 }
 

+ 0 - 3
target/linux/apm821xx/base-files/lib/upgrade/platform.sh

@@ -43,8 +43,5 @@ platform_copy_config() {
 	wd,mybooklive-duo)
 		mbl_copy_config
 		;;
-
-	*)
-		;;
 	esac
 }

+ 0 - 2
target/linux/ipq40xx/base-files/etc/board.d/01_leds

@@ -71,8 +71,6 @@ zyxel,wre6606)
 	ucidef_set_led_wlan "wlan2g" "WLAN2G" "${boardname}:green:wlan2g" "phy0tpt"
 	ucidef_set_led_wlan "wlan5g" "WLAN5G" "${boardname}:green:wlan5g" "phy1tpt"
 	;;
-*)
-	;;
 esac
 
 board_config_flush

+ 0 - 2
target/linux/ipq40xx/base-files/lib/preinit/06_set_preinit_iface_ipq40xx.sh

@@ -12,8 +12,6 @@ set_preinit_iface() {
 	zyxel,nbg6617)
 		ifname=eth0
 		;;
-	*)
-		;;
 	esac
 }
 

+ 0 - 2
target/linux/ipq806x/base-files/etc/board.d/01_leds

@@ -53,8 +53,6 @@ tplink,vr2600v)
 zyxel,nbg6817)
 	ucidef_set_led_netdev "wan" "WAN" "${boardname}:white:internet" "eth1"
 	;;
-*)
-	;;
 esac
 
 board_config_flush

+ 1 - 1
tools/missing-macros/Makefile

@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=missing-macros
-PKG_RELEASE:=10
+PKG_RELEASE:=11
 
 include $(INCLUDE_DIR)/host-build.mk
 

+ 0 - 2
tools/missing-macros/src/m4/mfx_limits.m4

@@ -147,8 +147,6 @@ case $host_os in
 cygwin* | mingw* | pw32*)
      test "X$LIBS" != "X" && LIBS="$LIBS "
      LIBS="${LIBS}-lwinmm" ;;
-*)
-     ;;
 esac
 fi
 ])#