diff options
| author | Tzafrir Cohen <tzafrir@debian.org> | 2025-03-30 04:49:05 +0300 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2025-03-30 10:33:27 +0000 |
| commit | 0b03c035dd0308aac60cec472a5b78c173c5dff9 (patch) | |
| tree | 4cade60bd8e0da4373598f22f5a6cc81ffd21911 | |
| parent | bd85de4f7c5815e9c90a448834dee03834cbe8c7 (diff) | |
[PATCH] fwctrl: fix reg status typo
Gbp-Pq: fwctrl-fix-reg-status-typo.patch.
| -rw-r--r-- | mtcr_ul/fwctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtcr_ul/fwctrl.c b/mtcr_ul/fwctrl.c index 90da0b5..a49e6c8 100644 --- a/mtcr_ul/fwctrl.c +++ b/mtcr_ul/fwctrl.c @@ -194,7 +194,7 @@ int fwctl_control_access_register(int fd, } FWCTL_DEBUG_PRINT(mf, "register id = 0x%x, command status = 0x%x, reg status code: 0x%x, reg status: %s\n", - reg_id, cmd_status, *reg_status, m_err2str(status)); + reg_id, cmd_status, *reg_status, m_err2str(*reg_status)); out: free(out); free(in); |
