KVM: s390: add __must_check to interrupt deliver functions
authorChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 25 Aug 2014 10:27:29 +0000 (12:27 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Wed, 10 Sep 2014 10:19:12 +0000 (12:19 +0200)
commit614aeab4dcd0aafb1538d5035eb9855f15b84014
treeebd538bdf15c6e71ff5abefc93346b48b8a22476
parent5102ee879539ebd2e0de1eb93290e3d691973e79
KVM: s390: add __must_check to interrupt deliver functions

We now propagate interrupt injection errors back to the ioctl. We
should mark functions that might fail with __must_check.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
arch/s390/kvm/interrupt.c
arch/s390/kvm/kvm-s390.h