lib/vsprintf.c: remove %Z support
[linux-block.git] / drivers / net / arcnet / arcnet.c
index 6ea963e3b89a1ab1c78ccb4d63c99a16e1bfbe0b..62ee439d58829574d732e84b8afba738871a43e5 100644 (file)
@@ -123,7 +123,7 @@ static int __init arcnet_init(void)
                arc_proto_map[count] = arc_proto_default;
 
        if (BUGLVL(D_DURING))
-               pr_info("struct sizes: %Zd %Zd %Zd %Zd %Zd\n",
+               pr_info("struct sizes: %zd %zd %zd %zd %zd\n",
                        sizeof(struct arc_hardware),
                        sizeof(struct arc_rfc1201),
                        sizeof(struct arc_rfc1051),