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

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

Merge "Fingerprint: fix potential null pointer dereference issue"

parents d4172aa9 6f793c0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,8 +75,8 @@ static const struct vreg_config vreg_conf[] = {
struct fpc1020_data {
	struct device *dev;
	struct pinctrl *fingerprint_pinctrl;
	struct pinctrl_state **pinctrl_state;
	struct regulator **vreg;
	struct pinctrl_state *pinctrl_state[ARRAY_SIZE(pctl_names)];
	struct regulator *vreg[ARRAY_SIZE(vreg_conf)];
	struct wakeup_source ttw_wl;
	struct mutex lock; /* To set/get exported values in sysfs */
	int irq_gpio;