Searched hist:c2d68afba86d1ff01e7300c68bc16a9234dcd8e9 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/hv/ |
H A D | hv_fcopy_daemon.c | diff c2d68afba86d1ff01e7300c68bc16a9234dcd8e9 Sun Sep 16 23:14:55 CDT 2018 Vitaly Kuznetsov <vkuznets@redhat.com> tools: hv: fcopy: set 'error' in case an unknown operation was requested
'error' variable is left uninitialized in case we see an unknown operation. As we don't immediately return and proceed to pwrite() we need to set it to something, HV_E_FAIL sounds good enough.
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|