Re: [PATCH] pm8001: Update nvmd response data to request buffer

2014-08-19 Thread Christoph Hellwig
Thanks, applied to the drivers-for-3.18 branch. -- To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] pm8001: Update nvmd response data to request buffer

2014-08-11 Thread Suresh Thiagarajan
Instead of using the virt_ptr use request buffer for copying back the nvmd response data and use the same in request function also Signed-off-by: Suresh Thiagarajan suresh.thiagara...@pmcs.com Reviewed-by: Tomas Henzl the...@redhat.com --- drivers/scsi/pm8001/pm8001_ctl.c |4 +---

Re: [PATCH] pm8001: Update nvmd response data to request buffer

2014-08-11 Thread Tomas Henzl
On 08/11/2014 08:20 AM, Suresh Thiagarajan wrote: Instead of using the virt_ptr use request buffer for copying back the nvmd response data and use the same in request function also Patch looks good to me Reviewed-by: Tomas Henzl the...@redhat.com Signed-off-by: Suresh Thiagarajan