commit | 79876e0394aa46e74267a5871c4f4469544dcacf | [log] [tgz] |
---|---|---|
author | Cyril Roelandt <tipecaml@gmail.com> | Tue Feb 12 12:52:30 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 13 13:41:44 2013 -0500 |
tree | 37ca7e70270fde1790243b149e539665964b7d62 | |
parent | c9af6db4c11ccc6c3e7f19bbc15d54023956f97c [diff] |
net: ethernet: ti: remove redundant NULL check. cpdma_chan_destroy() on a NULL pointer is a no-op, so the NULL check in cpdma_ctlr_destroy() can safely be removed. Signed-off-by: Cyril Roelandt <tipecaml@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>