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

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

Merge "input: qti-haptics: Fix the variable type for getting element size"

parents cb30afd5 65b125a4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1182,8 +1182,7 @@ static int qti_haptics_parse_dt_per_effect(struct qti_hap_chip *chip)
	struct device_node *child_node;
	struct qti_hap_config *config = &chip->config;
	struct qti_hap_effect *effect;
	int rc, i = 0, j, m;
	u32 tmp;
	int rc, i = 0, j, m, tmp;

	for_each_available_child_of_node(node, child_node) {
		effect = &chip->predefined[i++];