From: Wei Yongjun Date: Fri, 12 Mar 2010 02:11:15 +0000 (+0800) Subject: KVM: ia64: fix the error of ioctl KVM_IRQ_LINE if no irq chip X-Git-Tag: v2.6.35-rc1~436^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=600f1ec3761671307935a583c46f17fff0fa9b72;p=pandora-kernel.git KVM: ia64: fix the error of ioctl KVM_IRQ_LINE if no irq chip If no irq chip in kernel, ioctl KVM_IRQ_LINE will return -EFAULT. But I see in other place such as KVM_[GET|SET]IRQCHIP, -ENXIO is return. So this patch used -ENXIO instead of -EFAULT. Signed-off-by: Wei Yongjun Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed