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

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=5343Signed-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
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment