ifpps-libs = $(shell pkg-config --libs ncurses) ifpps-objs = xmalloc.o \ ioops.o \ promisc.o \ str.o \ link.o \ sock.o \ dev.o \ sig.o \ screen.o \ ifpps.o ink rel='shortcut icon' href='http://distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2016-04-13 01:54:01 +0200
committerMark Brown <broonie@kernel.org>2016-04-13 06:39:36 +0100
commit896491b304f956d3e87208a242db4fdfa952cdc5 (patch)
tree8578490f566bc9635dff0bfcc56fe2195c2df0de /Documentation
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
ASoC: au1x: use correct format specifier
Documentation/printk-formats.txt has unsigned long: use %lu or %lx size_t: use %zu or %zx runtime->dma_bytes is of type size_t. runtime->min_align is of type unsigned long. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')