Loading drivers/devfreq/governor_msm_adreno_tz.c +0 −2 Original line number Diff line number Diff line Loading @@ -534,8 +534,6 @@ static int tz_handler(struct devfreq *devfreq, unsigned int event, void *data) (devfreq->profile), struct msm_adreno_extended_profile, profile); BUG_ON(devfreq == NULL); switch (event) { case DEVFREQ_GOV_START: result = tz_start(devfreq); Loading Loading
drivers/devfreq/governor_msm_adreno_tz.c +0 −2 Original line number Diff line number Diff line Loading @@ -534,8 +534,6 @@ static int tz_handler(struct devfreq *devfreq, unsigned int event, void *data) (devfreq->profile), struct msm_adreno_extended_profile, profile); BUG_ON(devfreq == NULL); switch (event) { case DEVFREQ_GOV_START: result = tz_start(devfreq); Loading