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

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

Merge "usb: f_gsi: initialize 'ep_info' with zero"

parents 5e736d8b 59cd80de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1395,7 +1395,7 @@ static long gsi_ctrl_dev_ioctl(struct file *fp, unsigned int cmd,
						ctrl_device);
	struct f_gsi *gsi;
	struct gsi_ctrl_pkt *cpkt;
	struct ep_info info;
	struct ep_info info = { {0} };
	int val, ret = 0;
	unsigned long flags;