Re: [PATCH 1/2] scsi: ufs: core: Introduce function ufshcd_query_attr_qword()

From: hoyoung seo

Date: Tue Apr 21 2026 - 18:22:12 EST


Hi,

How about you to add EXPORT_SYMBOL at ufshcd_query_attr_qword() function.
In the case of ufshcd_query_attr(), there is export_symbol so it can be used in vendor driver.
Likewise, if export_symbol is registered in ufshcd_query_attr_qword(), it can be used in the vendor driver and the pair will be correct.

Thanks.

SEO.