From mboxrd@z Thu Jan 1 00:00:00 1970 From: marek.vasut@gmail.com (Marek Vasut) Date: Wed, 8 Feb 2012 00:37:37 +0100 Subject: [PATCH RESEND] FEC: Rename dev to ndev, fix compile error In-Reply-To: References: <1328654643-28442-1-git-send-email-marek.vasut@gmail.com> Message-ID: <201202080037.37681.marek.vasut@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > Hi Marek, > > On Tue, Feb 7, 2012 at 8:44 PM, Marek Vasut wrote: > > The following commit introduced a typo, this commit fixes it. > > > > commit 21a4e46995fa1a76281ac0281ff837f706231a37 > > Author: Pradeep A Dalvi > > Date: Sun Feb 5 02:50:10 2012 +0000 > > > > netdev: ethernet dev_alloc_skb to netdev_alloc_skb > > > > Replaced deprecating dev_alloc_skb with netdev_alloc_skb in > > drivers/net/ethernet - Removed extra skb->dev = dev after > > netdev_alloc_skb > > > > Signed-off-by: Marek Vasut > > Cc: Pradeep A Dalvi > > Cc: David S. Miller > > I have already sent a fix for this issue and David has applied it. > > Regards, > > Fabio Estevam It wasn't in next ... all right, drop this patch. M