> 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]> _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
