v4l2: check for verbose flag in umoven_or_printaddr_ignore_syserror
authorEugene Syromyatnikov <evgsyr@gmail.com>
Fri, 14 Oct 2016 22:56:10 +0000 (01:56 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 28 Oct 2016 18:40:10 +0000 (18:40 +0000)
commitb0c4a35ac110b8307e5930098a0b7612ef0a7436
treef9202e09e440ebd08951eabe68fd5cab44f517e6
parenta49ba91595d1f165b73d899fe1d5610ab2de975a
v4l2: check for verbose flag in umoven_or_printaddr_ignore_syserror

This change makes behaviour of umoven_or_printaddr_ignore_syserror in
line with umoven_or_printaddr when verbose flag is disabled.

* v4l2.c (umoven_or_printaddr_ignore_syserror): Simply call printaddr
when verbose flag is unset.
v4l2.c