Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8eeea6c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Fixing debugfs_create issue for sys cache" into msm-4.9

parents ad758d5d 215c860c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ struct dentry *msm_vidc_debugfs_init_drv(void)
	__debugfs_create(bool, "clock_scaling",
			&msm_vidc_clock_scaling) &&
	__debugfs_create(bool, "debug_timeout",
			&msm_vidc_debug_timeout);
			&msm_vidc_debug_timeout) &&
	__debugfs_create(bool, "disable_video_syscache",
			&msm_vidc_syscache_disable);