rpmsg: glink: Fix GLINK command prefix
authorBjorn Andersson <quic_bjorande@quicinc.com>
Tue, 14 Feb 2023 22:59:33 +0000 (14:59 -0800)
committerBjorn Andersson <andersson@kernel.org>
Wed, 15 Feb 2023 04:28:51 +0000 (20:28 -0800)
commit4e816d0318fdfe8932da80dbf04ba318b13e4b3a
treee266062391b19a3efac78cc9fb72286235d3b550
parenta8f500c68673d385b437da678aaf9ebba0ab9db0
rpmsg: glink: Fix GLINK command prefix

The upstream GLINK driver was first introduced to communicate with the
RPM on MSM8996, presumably as an artifact from that era the command
defines was prefixed RPM_CMD, while they actually are GLINK_CMDs.

Let's rename these, to keep things tidy. No functional change.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Chris Lew <quic_clew@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230214225933.2025595-1-quic_bjorande@quicinc.com
drivers/rpmsg/qcom_glink_native.c