Re: [PATCH v1 2/4] scsi: ufs: add debugfs for ufs

2015-02-10 Thread Gilad Broner
> Should we append the index for unique directory > name for each contoroller like "ufs0", "ufs1", ...? I agree - uploaded patch V2 in which this is handled. Thanks, Gilad. -- Qualcomm Israel, on behalf of Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the

Re: [PATCH v1 2/4] scsi: ufs: add debugfs for ufs

2015-02-06 Thread Akinobu Mita
2015-02-04 0:37 GMT+09:00 Gilad Broner : > From: Lee Susman > > Adding debugfs capability for ufshcd. ... > +void ufsdbg_add_debugfs(struct ufs_hba *hba) > +{ > + if (!hba) { > + pr_err("%s: NULL hba, exiting\n", __func__); > + return; > + } > + > +