]> git.baikalelectronics.ru Git - kernel.git/commit
net: sh_eth: fix up the buffer pointers
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 26 Jun 2012 20:00:01 +0000 (20:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 08:24:16 +0000 (01:24 -0700)
commitea89460fbfc12a3a27848b6bc9f852c0b6d3908b
tree063cd97e431d239421118532625e8ebe05bdd07d
parent66ecac0f5a9c8261bbaa67c0bceaf66f24825a2d
net: sh_eth: fix up the buffer pointers

After freeing the buffer, the driver should change the value of
the pointer to NULL.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/sh_eth.c