From: Brian Norris Date: Wed, 7 Sep 2011 20:13:41 +0000 (-0700) Subject: mtd: nand: switch `check_pattern()' to standard `memcmp()' X-Git-Tag: v3.2-rc1~14^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75b66d8ccd5772b00a7328c2cf75bc506ec532a1;p=pandora-kernel.git mtd: nand: switch `check_pattern()' to standard `memcmp()' A portion of the `check_pattern()' function is basically a `memcmp()'. Since it's possible for `memcmp()' to be optimized for a particular architecture, we should use it instead. Signed-off-by: Brian Norris Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed