]> www.infradead.org Git - users/mchehab/rasdaemon.git/commit
rasdaemon: Fix some print format issues for hisi common error section
authorXiaofei Tan <tanxiaofei@huawei.com>
Wed, 20 Oct 2021 06:33:39 +0000 (14:33 +0800)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 1 Apr 2022 09:07:33 +0000 (11:07 +0200)
commit9658f55d14ac4d7d84c25100f45ea28944b07ed7
treed476ee507c239ed8ca98b2a72f11e6cad6a60cec
parenteb27cd64e65d2dd6c39694f146f0c5a55fc3558a
rasdaemon: Fix some print format issues for hisi common error section

It is not right to use '%d' to print uint8_t and uint16_t, although
there is no function issue. Change to use '%hhu' and '%hu' separately.

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
non-standard-hisilicon.c