On Tue, Aug 29, 2017 at 03:08:36PM +0300, Alberto Garcia wrote: > There's a few cases which we're passing an Error pointer to a function > only to discard it immediately afterwards without checking it. In > these cases we can simply remove the variable and pass NULL instead. > > Signed-off-by: Alberto Garcia <be...@igalia.com> > --- > block/qcow.c | 12 +++--------- > block/qcow2.c | 8 ++------ > dump.c | 4 +--- > 3 files changed, 6 insertions(+), 18 deletions(-)
Thanks, applied to my block-next tree: https://github.com/stefanha/qemu/commits/block-next Stefan