From: Atsushi Nemoto Date: Mon, 2 Feb 2009 19:12:23 +0000 (+0100) Subject: tx4939ide: typo fix and minor cleanup X-Git-Tag: v2.6.29-rc4~71^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9711a53721616b0f4c5f21c5811e5c4ef82be46f;p=pandora-kernel.git tx4939ide: typo fix and minor cleanup The bcount is greater than 0 and less than or equal to 0x10000. Thus '(bcount & 0xffff) == 0x0000' can be simplified as 'bcount == 0x10000'. Suggested-by: Sergei Shtylyov Signed-off-by: Atsushi Nemoto Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed