lkml.org 
[lkml]   [2016]   [Jun]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH V6 7/8] vfio: platform: check reset call return code during open
From
Date
On 6/7/2016 4:21 PM, Auger Eric wrote:
>> - vfio_platform_call_reset(vdev, NULL);
>> > + ret = vfio_platform_call_reset(vdev, &extra_dbg);
>> > + if (ret && vdev->reset_required) {
>> > + dev_warn(vdev->device, "reset driver is required and reset call failed in open (%d) %s\n",
>> > + ret, extra_dbg ? extra_dbg : "");
>> > + goto err_irq;
> I am afraid you need to tear down the resources allocated by vfio_platform_irq_init.
>
> Best Regards
>
> Eric

I added this to the error path and replaced the goto above with err_rst.

+err_rst:
+ vfio_platform_irq_cleanup(vdev);
err_irq:
vfio_platform_regions_cleanup(vdev);

--
Sinan Kaya
Qualcomm Technologies, Inc. on behalf of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project

\
 
 \ /
  Last update: 2016-06-13 05:21    [W:0.056 / U:0.320 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site