Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53b3de1e authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] auerswald.c: %zd for size_t

parent 37eb47ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1696,7 +1696,7 @@ static ssize_t auerchar_write (struct file *file, const char __user *buf, size_t
	int ret;
	wait_queue_t wait;

        dbg ("auerchar_write %d bytes", len);
        dbg ("auerchar_write %zd bytes", len);

	/* Error checking */
	if (!ccp)