Re: [PATCH V4 4/6] PCI: tegra: Continue unconfig sequence even if parts fail

2020-12-01 Thread Lorenzo Pieralisi
On Tue, Dec 01, 2020 at 03:24:24PM +0100, Thierry Reding wrote: > On Mon, Nov 30, 2020 at 12:10:07PM +, Lorenzo Pieralisi wrote: > > On Mon, Nov 09, 2020 at 10:49:35PM +0530, Vidya Sagar wrote: > > > Currently the driver checks for error value of different APIs during the > > >

Re: [PATCH V4 4/6] PCI: tegra: Continue unconfig sequence even if parts fail

2020-12-01 Thread Thierry Reding
On Mon, Nov 30, 2020 at 12:10:07PM +, Lorenzo Pieralisi wrote: > On Mon, Nov 09, 2020 at 10:49:35PM +0530, Vidya Sagar wrote: > > Currently the driver checks for error value of different APIs during the > > uninitialization sequence. It just returns from there if there is any error > >

Re: [PATCH V4 4/6] PCI: tegra: Continue unconfig sequence even if parts fail

2020-11-30 Thread Lorenzo Pieralisi
On Mon, Nov 09, 2020 at 10:49:35PM +0530, Vidya Sagar wrote: > Currently the driver checks for error value of different APIs during the > uninitialization sequence. It just returns from there if there is any error > observed for one of those calls. Comparatively it is better to continue the >

Re: [PATCH V4 4/6] PCI: tegra: Continue unconfig sequence even if parts fail

2020-11-26 Thread Thierry Reding
On Mon, Nov 09, 2020 at 10:49:35PM +0530, Vidya Sagar wrote: > Currently the driver checks for error value of different APIs during the > uninitialization sequence. It just returns from there if there is any error > observed for one of those calls. Comparatively it is better to continue the >

[PATCH V4 4/6] PCI: tegra: Continue unconfig sequence even if parts fail

2020-11-09 Thread Vidya Sagar
Currently the driver checks for error value of different APIs during the uninitialization sequence. It just returns from there if there is any error observed for one of those calls. Comparatively it is better to continue the uninitialization sequence irrespective of whether some of them are