Re: [PATCH v1] scsi: ufs: cleanup ufs initialization path

2020-05-27 Thread kbuild test robot
Hi Bean, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on scsi/for-next] [also build test WARNING on next-20200526] [cannot apply to mkp-scsi/for-next v5.7-rc7] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system.

[PATCH v1] scsi: ufs: cleanup ufs initialization path

2020-05-27 Thread Bean Huo
From: Bean Huo At UFS initialization stage, to get the length of the descriptor, ufshcd_read_desc_length() being called 6 times, this is exactly useless. This patch is to delete unnecessary reductant code, remove ufshcd_read_desc_length() and boost UFS initialization. Signed-off-by: Bean Huo