lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 23 Jun 2012 20:52:04 +0800
From:	Eric Miao <eric.y.miao@...il.com>
To:	Steve Bennett <steveb@...kware.net.au>
Cc:	linux-arm-kernel@...ts.infradead.org, linux-usb@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] usb: gadget: pxa25x_udc: compile fix

On Fri, Jun 22, 2012 at 12:14 PM, Steve Bennett <steveb@...kware.net.au> wrote:
> Signed-off-by: Steve Bennett <steveb@...kware.net.au>

Acked-by: Eric Miao <eric.y.miao@...il.com>

> ---
>  drivers/usb/gadget/pxa25x_udc.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/gadget/pxa25x_udc.h b/drivers/usb/gadget/pxa25x_udc.h
> index 861f4df..2eca1e7 100644
> --- a/drivers/usb/gadget/pxa25x_udc.h
> +++ b/drivers/usb/gadget/pxa25x_udc.h
> @@ -225,7 +225,7 @@ dump_state(struct pxa25x_udc *dev)
>                dev->stats.read.bytes, dev->stats.read.ops);
>
>        for (i = 1; i < PXA_UDC_NUM_ENDPOINTS; i++) {
> -               if (dev->ep [i].desc == NULL)
> +               if (dev->ep[i].ep.desc == NULL)
>                        continue;
>                DMSG ("udccs%d = %02x\n", i, *dev->ep->reg_udccs);
>        }
> --
> 1.7.10
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ