]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
r6040: rework the RX buffers allocation routine
authorFlorian Fainelli <florian.fainelli@telecomint.eu>
Sun, 13 Jul 2008 12:32:18 +0000 (14:32 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 22 Jul 2008 23:56:32 +0000 (19:56 -0400)
commit3d4634193aa95a6d04a786fc12b190d0e4295685
treef5dbe0ec58c5961bd97474743d95514cd709657f
parentfec3a23be0daceeb0695f8296aea07ea1ad073d8
r6040: rework the RX buffers allocation routine

Rework the RX buffers allocation function so that we do not
leak memory in the case we could not allocate skbs for the
RX path. Propagate the errors to the r6040_up function
where we call the RX buffers allocation function.

Also rename the r6040_alloc_txbufs function to
r6040_init_txbufs, to reflect what it really does.

Signed-Off-By: Joerg Albert <jal2@gmx.de>
Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/r6040.c