commit | 06a221be022c2cc98a48e0808a4ef0dc8f0b3a34 | [log] [tgz] |
---|---|---|
author | Ming Lei <ming.lei@canonical.com> | Tue Nov 06 04:53:06 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 07 03:53:38 2012 -0500 |
tree | 935fe2fc77739a73ddc5d7c17480c55c628da98d | |
parent | 47bbea4171025c96e80f7ded7595697a2cb56552 [diff] |
usbnet: smsc95xx: fix memory leak in smsc95xx_suspend This patch fixes memory leak in smsc95xx_suspend. Also, it isn't necessary to bother mm to allocate 8bytes/16byte, and we can use stack variable safely. Acked-By: Steve Glendinning <steve.glendinning@shawell.net> Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>