Message ID | 20201110030248.1480413-1-andrew@lunn.ch (mailing list archive) |
---|---|
Headers | show |
Series | smsc W=1 warning fixes | expand |
On Tue, 10 Nov 2020 04:02:41 +0100 Andrew Lunn wrote: > Fixup various W=1 warnings, and then add COMPILE_TEST support, which > explains why these where missed on the previous pass. > > v2: > Use while (0) > Rework buffer alignment to make it clearer > > v3: > Access the length from the hardware and Use __always_unused to tell the > compiler we want to discard the value. Applied, thank you!