demo/choose_clock: Fix a printf.
authorIan Abbott <abbotti@mev.co.uk>
Mon, 14 May 2012 13:45:37 +0000 (14:45 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 14 May 2012 13:45:37 +0000 (14:45 +0100)
commit77e2628600a9419e240fa85b2672a120c37cbeae
treebb614e25902fb10e28555a8ca47193b48864158b
parent0f77a928308ed21ae3a91800a2cb60b812ba70e2
demo/choose_clock: Fix a printf.

"Selecting master clock %d for channel %d on subdevice %d.\n"

The %d after subdevice was missing although the corresponding parameter
in the argument list was present.
demo/choose_clock.c