Merge "adreno_tz: Remove unnecessary devfreq NULL check in tz_handler()"
This commit is contained in:
commit
28ca6375c7
1 changed files with 0 additions and 2 deletions
|
@ -534,8 +534,6 @@ static int tz_handler(struct devfreq *devfreq, unsigned int event, void *data)
|
||||||
(devfreq->profile),
|
(devfreq->profile),
|
||||||
struct msm_adreno_extended_profile,
|
struct msm_adreno_extended_profile,
|
||||||
profile);
|
profile);
|
||||||
BUG_ON(devfreq == NULL);
|
|
||||||
|
|
||||||
switch (event) {
|
switch (event) {
|
||||||
case DEVFREQ_GOV_START:
|
case DEVFREQ_GOV_START:
|
||||||
result = tz_start(devfreq);
|
result = tz_start(devfreq);
|
||||||
|
|
Loading…
Add table
Reference in a new issue