Unverified Commit dce35dd2 authored by zhang jiao's avatar zhang jiao Committed by Mark Brown
Browse files

spi: spidev_fdx: Fix the wrong format specifier

parent 8426899f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ static void dumpstat(const char *name, int fd)
		return;
	}

	printf("%s: spi mode 0x%x, %d bits %sper word, %d Hz max\n",
	printf("%s: spi mode 0x%x, %d bits %sper word, %u Hz max\n",
		name, mode, bits, lsb ? "(lsb first) " : "", speed);
}