commit | 084236d8c53952f14b5cb1741311c80c7fbe8289 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben.hutchings@codethink.co.uk> | Thu Jan 22 12:41:34 2015 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 26 16:13:15 2015 -0800 |
tree | 358670a294b84b7523197607bca7efd27f73bc76 | |
parent | bd8889163a7f392f89de5bb01ad00f5772c7ea25 [diff] |
sh_eth: Fix crash or memory leak when resizing rings on device that is down If the device is down then no packet buffers should be allocated. We also must not touch its registers as it may be powered off. Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net>