diff options
author | Joe Perches <joe@perches.com> | 2014-08-08 23:24:55 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-09 00:57:30 +0200 |
commit | e03aec1686e4169d208881e10078d668ad6adb2b (patch) | |
tree | 2cadab1df723d9162976ad399e182e823836cb40 /MAINTAINERS | |
parent | vme: bridges: use pci_zalloc_consistent (diff) | |
download | linux-e03aec1686e4169d208881e10078d668ad6adb2b.tar.xz linux-e03aec1686e4169d208881e10078d668ad6adb2b.zip |
drivers/net/ethernet/amd/pcnet32.c: neaten and remove unnecessary OOM messages
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 unsiged int entries for (1<<size).
Remove the OOM messages as they duplicate the generic
OOM and dump_stack() provided by the memory subsystem.
Reflow allocs to 80 columns.
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Don Fry <pcnet32@frontier.com>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions