> From: Dan Carpenter [mailto:[email protected]] > Sent: Monday, November 25, 2013 6:14 AM > > Instead of writing code like: > > if (dwc2_qh_is_non_per(qh)) { > ... > } else { > ... > } > return; > > write it like: > > if (dwc2_qh_is_non_per(qh)) { > ... > return; > } > ... > > Signed-off-by: Dan Carpenter <[email protected]>
Acked-by: Paul Zimmerman <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
