commit | 327cf2922b4edf0439b219469722d2a502e37349 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Fri Dec 30 16:35:35 2011 +0200 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Mon Jan 09 18:26:21 2012 +0000 |
tree | 6fe4c70d0b4693950e7e20286a3b66bab82ac821 | |
parent | 1dbebd32562b3c2caeca35960e5cb00bfcc12900 [diff] |
mtd: do not use mtd->sync directly This patch teaches 'mtd_sync()' to do nothing when the MTD driver does not have the '->sync()' method, which allows us to remove all direct 'mtd->sync' accesses. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>