drivers/net/stmmac: seq_file fix memory leak
authorDjalal Harouni <tixxdz@opendz.org>
Sun, 20 May 2012 13:55:30 +0000 (13:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 May 2012 07:37:56 +0000 (03:37 -0400)
Use single_release() instead of seq_release() to free memory allocated
by single_open().

Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found