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