git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9af6db
)
net: ethernet: ti: remove redundant NULL check.
author
Cyril Roelandt
<tipecaml@gmail.com>
Tue, 12 Feb 2013 12:52:30 +0000
(12:52 +0000)
committer
David 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