Commit c3403012 authored by Wei Ming Chen's avatar Wei Ming Chen Committed by Greg Kroah-Hartman
Browse files
parent 374ac744
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -555,7 +555,7 @@ static void otg_update_isp(struct isp1301 *isp)
	case OTG_STATE_A_PERIPHERAL:
		if (otg_ctrl & OTG_PULLUP)
			goto pullup;
		/* FALLTHROUGH */
		fallthrough;
	// case OTG_STATE_B_WAIT_ACON:
	default:
pulldown: