Re: [libvirt] [PATCH 1/1] conf: fixup USB input bus check

2018-05-31 Thread Ján Tomko
On Thu, May 31, 2018 at 11:11:58AM +0200, Xiao Feng Ren wrote: This patch fixes the USB input bus check, the bug was introduced by commit 317badb Signed-off-by: Xiao Feng Ren --- src/conf/domain_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Ján Tomko And

[libvirt] [PATCH 1/1] conf: fixup USB input bus check

2018-05-31 Thread Xiao Feng Ren
This patch fixes the USB input bus check, the bug was introduced by commit 317badb Signed-off-by: Xiao Feng Ren --- src/conf/domain_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 27e2bd50eb..e4d39c06e8 100644 ---