Re: [scsi 1/4] scsi: ufs: ufshcd_query_descriptor_retry should be static

2017-01-10 Thread Martin K. Petersen
> "Tomas" == Tomas Winkler writes: Tomas> Fix the following compilation warning: Tomas> drivers/scsi/ufs/ufshcd.c:2076:5: warning: no previous prototype Tomas> for ‘ufshcd_query_descriptor_retry’ [-Wmissing-prototypes] Tomas> Also do not export the function, it should not be used out of ufs

Re: [scsi 1/4] scsi: ufs: ufshcd_query_descriptor_retry should be static

2017-01-10 Thread Subhash Jadavani
On 2017-01-05 00:45, Tomas Winkler wrote: Fix the following compilation warning: drivers/scsi/ufs/ufshcd.c:2076:5: warning: no previous prototype for ‘ufshcd_query_descriptor_retry’ [-Wmissing-prototypes] Also do not export the function, it should not be used out of ufs context. Signed-off-by:

[scsi 1/4] scsi: ufs: ufshcd_query_descriptor_retry should be static

2017-01-04 Thread Tomas Winkler
Fix the following compilation warning: drivers/scsi/ufs/ufshcd.c:2076:5: warning: no previous prototype for ‘ufshcd_query_descriptor_retry’ [-Wmissing-prototypes] Also do not export the function, it should not be used out of ufs context. Signed-off-by: Tomas Winkler --- drivers/scsi/ufs/ufshcd