]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
samples: qmi: Use the unified QMI service ID instead of defining it locally
authorDaniel Lezcano <daniel.lezcano@oss.qualcomm.com>
Mon, 9 Mar 2026 23:03:37 +0000 (00:03 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 16 Mar 2026 01:54:39 +0000 (20:54 -0500)
commit8baf6b3b7695849581a91bdaf66af2be68ef32ed
tree39d3ebde1a801a41daed6e96c9d5edb8d6b44043
parent24f80cbe0b8f4c6b27d03c7a7ad707d76c1c4885
samples: qmi: Use the unified QMI service ID instead of defining it locally

Instead of defining a local macro with a custom name for the QMI
service identifier, use the one provided in qmi.h and remove the
locally defined macro.

Signed-off-by: Daniel Lezcano <daniel.lezcano@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260309230346.3584252-9-daniel.lezcano@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
samples/qmi/qmi_sample_client.c