RE: [PATCH v2 1/7] scsi: ufs: move the ufshcd_hba_stop to ufshcd.c

2013-05-05 Thread Seungwon Jeon
On Sunday, May 05, 2013 8:23, Merze wrote: > Hi, > > ufshcd_pci_shutdown (in ufshcd_pci.c) is using ufshcd_hba_stop so it > cannot be moved to ufshcd.c. > Sorry for missing it last time I tested, I returned ufshcd_hba_stop to > ufshcd.h by mistake when I resolved conflicts of the next patch so I >

Re: [PATCH v2 1/7] scsi: ufs: move the ufshcd_hba_stop to ufshcd.c

2013-05-05 Thread merez
Hi, ufshcd_pci_shutdown (in ufshcd_pci.c) is using ufshcd_hba_stop so it cannot be moved to ufshcd.c. Sorry for missing it last time I tested, I returned ufshcd_hba_stop to ufshcd.h by mistake when I resolved conflicts of the next patch so I didn't hit the compilation errors. Thanks, Maya > Move

[PATCH v2 1/7] scsi: ufs: move the ufshcd_hba_stop to ufshcd.c

2013-05-04 Thread Seungwon Jeon
Move the ufshcd_hba_stop from header file. Signed-off-by: Seungwon Jeon Reviewed-by: Subhash Jadavani Tested-by: Maya Erez --- drivers/scsi/ufs/ufshcd.c |9 + drivers/scsi/ufs/ufshcd.h |9 - 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/scsi/ufs