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

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

Merge "msm: kgsl: Don't BUG_ON when entering DEEP NAP"

parents fbd31bae b1505601
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2157,7 +2157,7 @@ _deep_nap(struct kgsl_device *device)
		kgsl_pwrctrl_set_state(device, KGSL_STATE_DEEP_NAP);
		break;
	default:
		BUG_ON(1);
		kgsl_pwrctrl_request_state(device, KGSL_STATE_NONE);
		break;
	}
	return 0;