Commit dda96847 authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Lee Jones
Browse files

leds: cht-wcove: Remove unneeded semicolon



No functional modification involved.

./drivers/leds/leds-cht-wcove.c:193:2-3: Unneeded semicolon.

Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5343


Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: default avatarLee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230531024020.106641-1-jiapeng.chong@linux.alibaba.com
parent de416a9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ static unsigned long cht_wc_leds_get_period(int ctrl)
		return 1000;
	case CHT_WC_LED_F_2_HZ:
		return 1000 / 2;
	};
	}

	return 0;
}