lkml.org 
[lkml]   [2019]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/6] remove unnecessary return val of kvm pit
Date
From: Miaohe Lin <linmiaohe@huawei.com>

The return val of kvm pit function is always equal to 0, which means there
is no way to failed with this function. So remove the return val as it's
unnecessary to check against it. Also add BUILD_BUG_ON to guard against
channels size changed unexpectly.

Miaohe Lin (6):
KVM: x86: remove always equal to 0 return val of
kvm_vm_ioctl_get_pit()
KVM: x86: remove always equal to 0 return val of
kvm_vm_ioctl_set_pit()
KVM: x86: remove always equal to 0 return val of
kvm_vm_ioctl_get_pit2()
KVM: x86: remove always equal to 0 return val of
kvm_vm_ioctl_set_pit2()
KVM: x86: check kvm_pit outside kvm_vm_ioctl_reinject()
KVM: x86: remove always equal to 0 return val of
kvm_vm_ioctl_reinject()

arch/x86/kvm/x86.c | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)

--
2.19.1

\
 
 \ /
  Last update: 2019-12-07 10:26    [W:0.374 / U:0.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site