]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: smbios: always use '0x%04x' for printing handles
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 29 Jan 2024 17:09:50 +0000 (18:09 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 2 Feb 2024 18:55:29 +0000 (19:55 +0100)
commit7ca4b0ea6a5135cdf1e44fa6b338301e50e2af24
tree265eda9850030bc0600014c0e4ee3f4277b2aa77
parentb327e64d5f541072d6a5051c05e5d55440a9038b
cmd: smbios: always use '0x%04x' for printing handles

Handles are u16 numbers. Consistently use '0x%04x' to print them.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/smbios.c