qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [PATCH] FSL eTSEC: Fix typo in rx ring


From: Michael Tokarev
Subject: Re: [Qemu-trivial] [PATCH] FSL eTSEC: Fix typo in rx ring
Date: Fri, 14 Mar 2014 21:35:11 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10

14.03.2014 20:51, Fabien Chouteau wrote:

>  hw/net/fsl_etsec/rings.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/net/fsl_etsec/rings.c b/hw/net/fsl_etsec/rings.c
> index 7760272..31e6f58 100644
> --- a/hw/net/fsl_etsec/rings.c
> +++ b/hw/net/fsl_etsec/rings.c
> @@ -592,7 +592,7 @@ void etsec_walk_rx_ring(eTSEC *etsec, int ring_nbr)
>  
>                  /* TODO: Broadcast and Multicast */
>  
> -                if (bd.flags | BD_INTERRUPT) {
> +                if (bd.flags & BD_INTERRUPT) {
>                      /* Set RXFx */
[..etc..]

Hm.  Has this code _ever_ worked?? :(

Thanks, applied to -trivial.

/mjt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]