Re: [PATCH v2 3/4] USB: add Cypress c67x00 OTG controller HCD driver
Stephen Rothwell <[email protected]>
| Newsgroups | gmane.linux.usb.devel,gmane.linux.ports.ppc64.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Grant, Just did a superficial look over this. On Fri, 28 Dec 2007 16:52:41 -0700 Grant Likely <[email protected]> wrote: > > +++ b/drivers/usb/c67x00/c67x00-hcd.c > + > +#define OK(x) len = (x); break I was going to say "URK!" but it looks like it is not used, so just remove it. > +static int c67x00_hub_status_data(struct usb_hcd *hcd, char *buf) > +{ > + struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); > + struct c67x00_sie *sie = c67x00->sie; > + u16 status; > + int i; > + > + *buf = 0; > + status = c67x00_ll_husb_get_status(sie); > + for (i=0; i<C67X00_PORTS; i++) Spacing. > +static int c67x00_hcd_get_frame(struct usb_hcd *hcd) > +{ > + struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); > + u16 temp_val; > + dev_dbg(c67x00_hcd_dev(c67x00), "%s\n", __FUNCTION__); We normally put a blank line between declarations and code. -- Cheers, Stephen Rothwell [email protected] http://www.canb.auug.org.au/~sfr/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHdeynTgG2atn1QN8RAshgAJ0dfXlXxeV9tMT+NUHFjydo/NdZqQCeK/ix aUrNZdFAd6YZllYQKwRFTVg= =JHY8 -----END PGP SIGNATURE-----