commit | 75b66d8ccd5772b00a7328c2cf75bc506ec532a1 | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Wed Sep 07 13:13:41 2011 -0700 |
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | Wed Sep 21 09:19:08 2011 +0300 |
tree | bf9a20d281e7501c3ea1d344e1da3ab141bf2f27 | |
parent | 6d77b9d0af57409c918ab9501866233082546ba6 [diff] |
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 <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>