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

From: Can Guo

Date: Thu Apr 23 2026 - 08:57:49 EST


Hi,

On 4/21/2026 7:01 PM, hoyoung seo wrote:
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.
One should export a symbol only if there is a module *really* using it...

Thanks,
Can Guo.

Thanks.

SEO.