On Monday 16 July 2007 23:10, Pete Zaitcev wrote: > + if ((err = p54u_bulk_msg(priv, P54U_PIPE_DATA, buf, 4)) != 0) { Please follow the style used elsewhere in this function and do it like: err = p54u_bulk_msg(priv, P54U_PIPE_DATA, buf, 4); if (err) { The rest of the patch looks fine. Thanks for fixing this. -Michael Wu
Attachment:
pgpgj2ndDPQap.pgp
Description: PGP signature