Loading drivers/usb/dwc3/core.c +1 −2 Original line number Diff line number Diff line Loading @@ -813,8 +813,7 @@ static void dwc3_set_incr_burst_type(struct dwc3 *dwc) * result = 1, means INCRx burst mode supported. * result > 1, means undefined length burst mode supported. */ ntype = device_property_read_u32_array(dev, "snps,incr-burst-type-adjustment", NULL, 0); ntype = device_property_count_u32(dev, "snps,incr-burst-type-adjustment"); if (ntype <= 0) return; Loading Loading
drivers/usb/dwc3/core.c +1 −2 Original line number Diff line number Diff line Loading @@ -813,8 +813,7 @@ static void dwc3_set_incr_burst_type(struct dwc3 *dwc) * result = 1, means INCRx burst mode supported. * result > 1, means undefined length burst mode supported. */ ntype = device_property_read_u32_array(dev, "snps,incr-burst-type-adjustment", NULL, 0); ntype = device_property_count_u32(dev, "snps,incr-burst-type-adjustment"); if (ntype <= 0) return; Loading