From: Cyril Roelandt Date: Tue, 12 Feb 2013 12:52:30 +0000 (+0000) Subject: net: ethernet: ti: remove redundant NULL check. X-Git-Tag: v3.9-rc1~139^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79876e0394aa46e74267a5871c4f4469544dcacf;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed