]> www.infradead.org Git - users/jedix/linux-maple.git/commit
char:ipmi: Fix the wrong format specifier
authorliujing <liujing@cmss.chinamobile.com>
Wed, 6 Nov 2024 11:14:58 +0000 (19:14 +0800)
committerCorey Minyard <corey@minyard.net>
Wed, 6 Nov 2024 12:54:46 +0000 (06:54 -0600)
commit7868b3a94045a6c45b7dfb03945c195106bc77df
treea79e8feee35841ddd59301ef2698017e92a15122
parent2378bd0b264ad3a1f76bd957caf33ee0c7945351
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>
drivers/char/ipmi/ipmi_si_pci.c