Search Linux Wireless

Re: p54usb: Don't run DMA off code segment

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux