Merge "adreno_tz: Remove unnecessary devfreq NULL check in tz_handler()"

This commit is contained in:
Linux Build Service Account 2017-05-30 16:04:29 -07:00 committed by Gerrit - the friendly Code Review server
commit 28ca6375c7

View file

@ -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);