From: Lars-Peter Clausen Date: Mon, 25 Mar 2013 13:24:22 +0000 (+0100) Subject: dma: of: Remove unnecessary list_empty check X-Git-Tag: v3.10-rc1~41^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af31826d9b1ce432e033f0e91529aa1013076482;p=pandora-kernel.git dma: of: Remove unnecessary list_empty check list_for_each_entry is able to handle empty lists just fine, there is no need to make sure that the list is non empty. Signed-off-by: Lars-Peter Clausen Signed-off-by: Vinod Koul --- Reading git-diff-tree failed