Re: [PATCH V2] pcnet32: Neaten and remove unnecessary OOM messages

2014-07-01 Thread Joe Perches
On Tue, 2014-07-01 at 12:19 -0700, David Miller wrote: > From: Joe Perches Date: Wed, 25 Jun 2014 16:55:25 -0700 > > Make the code flow a little better for 80 columns. [] > > Still depends on patch 1/22: pci-dma-compat: Add pci_zalloc_consistent > > helper > > If this has a dependency on a patch

Re: [PATCH V2] pcnet32: Neaten and remove unnecessary OOM messages

2014-07-01 Thread David Miller
From: Joe Perches Date: Wed, 25 Jun 2014 16:55:25 -0700 > Make the code flow a little better for 80 columns. > > Use a consistent style for the RX and TX rings allocation. > Use BIT macro. > Use a temporary unsigned int entries for (1< Remove the OOM messages as they duplicate the generic > OOM

[PATCH V2] pcnet32: Neaten and remove unnecessary OOM messages

2014-06-25 Thread Joe Perches
Make the code flow a little better for 80 columns. Use a consistent style for the RX and TX rings allocation. Use BIT macro. Use a temporary unsigned int entries for (1< Acked-by: Don Fry --- V2: Use pcnet32 as patch prefix, amd is too generic Still depends on patch 1/22: pci-dma-compat: Add pci