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

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

Merge "Revert "USB: android: Increment disable_depth on usb_add_config() failure""

parents 842cca1f 8ee6da0e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -485,7 +485,6 @@ static int android_enable(struct android_dev *dev)
			if (err < 0) {
				pr_err("%s: usb_add_config failed : err: %d\n",
						__func__, err);
				dev->disable_depth++;
				return err;
			}
		}