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

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

Merge "input: touchscreen: Fix uninitialized variable usage in Atmel driver"

parents aae13ca4 4ff082fb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1627,7 +1627,8 @@ static int mxt_update_t100_resolution(struct mxt_data *data)
	u16 range_y = 0;
	u16 temp;
	u8 cfg = 0;
	u8 tchaux, aux;
	u8 tchaux = 0;
	u8 aux;
	bool update = false;

	object = mxt_get_object(data, MXT_TOUCH_MULTITOUCHSCREEN_T100);