diff options
| author | Dave Jiang <[email protected]> | 2025-02-28 20:47:39 +0000 |
|---|---|---|
| committer | Dave Jiang <[email protected]> | 2025-03-14 23:27:54 +0000 |
| commit | 3d3e3b94440631179b7b6ffb1a64b944b27519c1 (patch) | |
| tree | 9ee0ac6dd37d1bcfeda005df3ee3ad4fc8b7d3f3 /net/unix/af_unix.c | |
| parent | cxl/test: Define a CFMWS capable of a 3 way HB interleave (diff) | |
| download | kernel-3d3e3b94440631179b7b6ffb1a64b944b27519c1.tar.gz kernel-3d3e3b94440631179b7b6ffb1a64b944b27519c1.zip | |
cxl: Fix warning from emitting resource_size_t as long long int on 32bit systems
Reported by kernel test bot from an ARM build:
drivers/cxl/core/region.c:3263:26: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'resource_size_t' {aka 'unsigned int'} [-Wformat=]
On a 32bit system, resource_size_t is defined as 32bit long vs on a 64bit
system it is defined as 64bit long. Use %pa format to deal with
resource_size_t.
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Fixes: 0ec9849b6333 ("acpi/hmat / cxl: Add extended linear cache support for CXL")
Reviewed-by: Alison Schofield <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Dave Jiang <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
