From: Viresh Kumar Date: Fri, 5 Aug 2011 10:02:35 +0000 (+0530) Subject: dmaengine/amba-pl08x: No need to check "ch->signal < 0" X-Git-Tag: v3.2-rc1~47^2~18^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16ca8105040217acf5b4b506d04bb933fb3a76af;p=pandora-kernel.git dmaengine/amba-pl08x: No need to check "ch->signal < 0" We have just executed following in pl08x_get_phy_channel(): ch->signal = -1; We don't have to compare "ch->signal < 0", as this will always be true. Signed-off-by: Viresh Kumar Acked-by: Linus Walleij Signed-off-by: Vinod Koul --- Reading git-diff-tree failed