Commit acabfb1b authored by Chen Ni's avatar Chen Ni Committed by Greg Kroah-Hartman
Browse files

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: default avatarChen Ni <nichen@iscas.ac.cn>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarHeikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20240715073947.4028319-1-nichen@iscas.ac.cn


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bb548c16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)