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

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

Merge "usb: gadget: Add NULL check in composite_setup"

parents 16d2c82d 3efc6ec9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1599,7 +1599,7 @@ unknown:
			if (c && c->setup)
				value = c->setup(c, ctrl);
		}
		if (value == USB_GADGET_DELAYED_STATUS) {
		if (f && value == USB_GADGET_DELAYED_STATUS) {
			DBG(cdev,
			 "%s: interface %d (%s) requested delayed status\n",
					__func__, intf, f->name);