Re: [Qemu-devel] [PATCH v5 01/22] blkdebug: Use errp for read_config()
Am 13.12.2013 um 18:10 hat Max Reitz geschrieben: > Use an Error variable in the read_config() function. > > Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf
[Qemu-devel] [PATCH v5 01/22] blkdebug: Use errp for read_config()
Use an Error variable in the read_config() function. Signed-off-by: Max Reitz --- block/blkdebug.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/block/blkdebug.c b/block/blkdebug.c index 957be2c..627e29d 100644 --- a/block/blkdebug.c +++ b/block/blkdebug.c @@ -27