]> granicus.if.org Git - strace/commit
v4l2: reorder field printing in order to avoid auxstr usage
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sat, 26 Aug 2017 23:10:00 +0000 (01:10 +0200)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 28 Aug 2017 00:33:20 +0000 (02:33 +0200)
commit8c29b65f7120c1c8f0aa3dc1f8afca1f8d6b487b
treedfe57cbe3da2d76a6fa0596e947bf3b46eaf83a4
parentd4555fd56e3837a9afdd1eb907c03e68ca4b0015
v4l2: reorder field printing in order to avoid auxstr usage

Also rework flow a little in order to reduce amount of indentation.

* v4l2.c (print_v4l2_requestbuffers): Print count as the last field on
entering, append it with updated value on exiting.
* tests/ioctl_v4l2.c: Update expected output.
tests/ioctl_v4l2.c
v4l2.c