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

Commit 48e0d554 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "devfreq: Fix signedness of percentages array"

parents e8cbc775 82f7cba8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,8 +52,8 @@ struct devfreq_msm_adreno_tz_data {
		u32 width;
		u32 *up;
		u32 *down;
		u32 *p_up;
		u32 *p_down;
		s32 *p_up;
		s32 *p_down;
		unsigned int *index;
		uint64_t *ib;
	} bus;