Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: typec: ucsi: glink: Remove unnecessary semicolon

Remove unnecessary semicolon at the end of the switch statement.
This is detected by coccinelle.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20240715073947.4028319-1-nichen@iscas.ac.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Chen Ni and committed by
Greg Kroah-Hartman
acabfb1b bb548c16

+1 -1
+1 -1
drivers/usb/typec/ucsi/ucsi_glink.c
··· 263 263 case UC_UCSI_USBC_NOTIFY_IND: 264 264 schedule_work(&ucsi->notify_work); 265 265 break; 266 - }; 266 + } 267 267 } 268 268 269 269 static void pmic_glink_ucsi_pdr_notify(void *priv, int state)