net: ethernet: ti: remove redundant NULL check.
authorCyril Roelandt <tipecaml@gmail.com>
Tue, 12 Feb 2013 12:52:30 +0000 (12:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Feb 2013 18:41:44 +0000 (13:41 -0500)
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>

No differences found