Commit 47d9280
committed
char:ipmi: Fix the wrong format specifier
JIRA: https://issues.redhat.com/browse/RHEL-82110
Upstream status: v6.14
commit 7868b3a
Author: liujing <liujing@cmss.chinamobile.com>
Date: Wed Nov 6 19:14:58 2024 +0800
char:ipmi: Fix the wrong format specifier
Because the types of io.regsize and io.regspacing in the ipmipci_probe
function are unsigned int, they should be output in the %u format.
Signed-off-by: liujing <liujing@cmss.chinamobile.com>
Message-ID: <20241106111458.2157-1-liujing@cmss.chinamobile.com>
Signed-off-by: Corey Minyard <corey@minyard.net>
Signed-off-by: Tony Camuso <tcamuso@redhat.com>1 parent ce7d746 commit 47d9280
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments