Message ID | 20240301034610.24928-1-peter.wang@mediatek.com (mailing list archive) |
---|---|
State | Accepted |
Commit | db06ae7ce9fdd3076d81588e80a2a41c3ce82765 |
Headers | show |
Series | [v3] ufs: core: add config_scsi_dev vops comment | expand |
On 2/29/24 19:46, peter.wang@mediatek.com wrote: > Add config_scsi_dev vops comment. Reviewed-by: Bart Van Assche <bvanassche@acm.org>
> Add config_scsi_dev vops comment.
Applied to 6.9/scsi-staging, thanks!
diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h index 7f0b2c5599cd..a19d87e7980f 100644 --- a/include/ufs/ufshcd.h +++ b/include/ufs/ufshcd.h @@ -327,6 +327,7 @@ struct ufs_pwr_mode_info { * @op_runtime_config: called to config Operation and runtime regs Pointers * @get_outstanding_cqs: called to get outstanding completion queues * @config_esi: called to config Event Specific Interrupt + * @config_scsi_dev: called to configure scsi device parameters */ struct ufs_hba_variant_ops { const char *name;