> This patch uses the resource-managed to add the devfreq device. > This function will make it easy to handle the devfreq device. > > - struct devfreq *devm_devfreq_add_device(struct device *dev, > struct devfreq_dev_profile *profile, > const char *governor_name, > void *data); > Cc: Vinayak Holikatti <vinholika...@gmail.com> > Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> > Cc: Martin K. Petersen <martin.peter...@oracle.com> > Cc: linux-scsi@vger.kernel.org > Signed-off-by: Chanwoo Choi <cw00.c...@samsung.com>
Acked-by: MyungJoo Ham <myungjoo....@samsung.com> > --- > drivers/scsi/ufs/ufshcd.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) >