[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20111109.161134.468360904095628089.davem@davemloft.net>
Date: Wed, 09 Nov 2011 16:11:34 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: phorton@...box.co.uk
Cc: netdev@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] iMX28 Ethernet driver fix
From: Peter Horton <phorton@...box.co.uk>
Date: Wed, 9 Nov 2011 12:44:11 +0000
> - if (((unsigned long) bufaddr) & FEC_ALIGNMENT) {
> + if ((((unsigned long) bufaddr) & FEC_ALIGNMENT) ||
> + ((id_entry->driver_data & FEC_QUIRK_SWAP_FRAME) &&
> + skb_cloned(skb)))
> + {
Please format this condition properly:
if (A ||
(B &&
C)) {
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists