On Mon, Apr 22, 2013 at 05:48:40PM +0200, Kevin Wolf wrote: > filename was still uninitialised when it's used as a parameter to a > tracing function, so let's move the initialisation. Also, commit c2ad1b0c > forgot to add a NULL check, which this patch adds while we're at it. > > Signed-off-by: Kevin Wolf <kw...@redhat.com> > --- > block.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-)
Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan