mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
bb548c1654
commit
acabfb1b79
|
|
@ -263,7 +263,7 @@ static void pmic_glink_ucsi_callback(const void *data, size_t len, void *priv)
|
|||
case UC_UCSI_USBC_NOTIFY_IND:
|
||||
schedule_work(&ucsi->notify_work);
|
||||
break;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
static void pmic_glink_ucsi_pdr_notify(void *priv, int state)
|
||||
|
|
|
|||
Loading…
Reference in New Issue