From: Denis Kenzior <denkenz@gmail.com>
To: ofono@lists.linux.dev
Cc: Denis Kenzior <denkenz@gmail.com>
Subject: [PATCH v2 02/14] qmi: Remove control_major and control_minor
Date: Tue, 25 Jun 2024 11:41:38 -0500 [thread overview]
Message-ID: <20240625164158.1170937-2-denkenz@gmail.com> (raw)
In-Reply-To: <20240625164158.1170937-1-denkenz@gmail.com>
These attributes are no longer used, remove them.
---
drivers/qmimodem/qmi.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/qmimodem/qmi.c b/drivers/qmimodem/qmi.c
index 5f29c4384803..238039d4add7 100644
--- a/drivers/qmimodem/qmi.c
+++ b/drivers/qmimodem/qmi.c
@@ -100,8 +100,6 @@ struct qmi_device {
struct qmi_qmux_device {
struct qmi_device super;
- uint16_t control_major;
- uint16_t control_minor;
char *version_str;
struct debug_data debug;
struct {
@@ -1235,8 +1233,6 @@ static void qmux_discover_callback(struct qmi_request *req, uint16_t message,
type, major, minor);
if (type == QMI_SERVICE_CONTROL) {
- qmux->control_major = major;
- qmux->control_minor = minor;
control_version = SERVICE_VERSION(major, minor);
continue;
}
--
2.45.0
next prev parent reply other threads:[~2024-06-25 16:42 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-25 16:41 [PATCH v2 01/14] qmi: Introduce SERVICE_VERSION macro Denis Kenzior
2024-06-25 16:41 ` Denis Kenzior [this message]
2024-06-25 16:41 ` [PATCH v2 03/14] qmi: Move service_handle allocation to service_family Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 04/14] qmi: Move group id allocation out of qmi_device Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 05/14] qmi: Move service_info management into qrtr/qmux Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 06/14] qmi: Rename qmi_device to qmi_transport Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 07/14] qmi: Separate transport from qmux/qrtr debugging Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 08/14] gobi: Enable io debugging only if OFONO_QMI_IO_DEBUG is set Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 09/14] qmiqrtr: " Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 10/14] qmi: Move release_client operation into service_family Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 11/14] qmi: Add dedicated service for qrtr Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 12/14] qmi: debug print fd that QRTR data was received on Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 13/14] unit: Use _auto_ to automatically tear-down test setup Denis Kenzior
2024-06-25 16:41 ` [PATCH v2 14/14] unit: Add unit test for QRTR dedicated services Denis Kenzior
2024-06-26 0:20 ` [PATCH v2 01/14] qmi: Introduce SERVICE_VERSION macro patchwork-bot+ofono
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240625164158.1170937-2-denkenz@gmail.com \
--to=denkenz@gmail.com \
--cc=ofono@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox