From: Marek Belisko Date: Tue, 8 Feb 2011 13:41:38 +0000 (+0100) Subject: staging: ft1000: Remove unnecessary check in write_blk_fifo(). X-Git-Tag: v2.6.39-rc1~469^2~595 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd2d92e62254320d012c8e879d651eeaa350661;p=pandora-kernel.git staging: ft1000: Remove unnecessary check in write_blk_fifo(). byte_length = word_length * 4; if (byte_length % 4) ... word_length * 4 is always aligned at 4 bytes. Remove pointless check. Signed-off-by: Marek Belisko Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed