RE: [PATCH 1/1] ufs: scsi: fix sparse errors in ufshcd_system_suspend

2014-10-21 Thread Subhash Jadavani
.kernel.org; linux-arm-...@vger.kernel.org; santos...@gmail.com Subject: Re: [PATCH 1/1] ufs: scsi: fix sparse errors in ufshcd_system_suspend On Sat, Oct 11, 2014 at 04:06:29AM -0700, Christoph Hellwig wrote: > On Sun, Oct 05, 2014 at 03:44:16PM -0700, Subhash Jadavani wrote: > > Looks

Re: [PATCH 1/1] ufs: scsi: fix sparse errors in ufshcd_system_suspend

2014-10-21 Thread Christoph Hellwig
On Sat, Oct 11, 2014 at 04:06:29AM -0700, Christoph Hellwig wrote: > On Sun, Oct 05, 2014 at 03:44:16PM -0700, Subhash Jadavani wrote: > > Looks good, Reviewed-by: Subhash Jadavani > > I'm getting a bit lost with all the UFS fixes, can you prepared a series > with all the fixups required for 3.18

Re: [PATCH 1/1] ufs: scsi: fix sparse errors in ufshcd_system_suspend

2014-10-11 Thread Christoph Hellwig
On Sun, Oct 05, 2014 at 03:44:16PM -0700, Subhash Jadavani wrote: > Looks good, Reviewed-by: Subhash Jadavani I'm getting a bit lost with all the UFS fixes, can you prepared a series with all the fixups required for 3.18 for me please? -- To unsubscribe from this list: send the line "unsubscribe

RE: [PATCH 1/1] ufs: scsi: fix sparse errors in ufshcd_system_suspend

2014-10-05 Thread Subhash Jadavani
@vger.kernel.org; linux-arm-...@vger.kernel.org; santos...@gmail.com; Dolev Raviv Subject: [PATCH 1/1] ufs: scsi: fix sparse errors in ufshcd_system_suspend This patch fixes newly introduced sparse warning in ufshcd_system_suspend, introduced by UFS power management series. Sparse warning: drivers/scsi

[PATCH 1/1] ufs: scsi: fix sparse errors in ufshcd_system_suspend

2014-10-05 Thread Dolev Raviv
This patch fixes newly introduced sparse warning in ufshcd_system_suspend, introduced by UFS power management series. Sparse warning: drivers/scsi/ufs/ufshcd.c:5118 ufshcd_system_suspend() error: we previously assumed 'hba' could be null (see line 5089) To fix it, we return 0 in case HBA is not i