summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdchar.c
diff options
context:
space:
mode:
authorArtem Bityutskiy2011-12-30 15:23:41 +0100
committerDavid Woodhouse2012-01-09 19:26:19 +0100
commit1dbebd32562b3c2caeca35960e5cb00bfcc12900 (patch)
tree773776d87730828adb55f3f7fe8221eabb528d8f /drivers/mtd/mtdchar.c
parentmtd: do not use mtd->lock_user_prot_reg directly (diff)
downloadkernel-qcow2-linux-1dbebd32562b3c2caeca35960e5cb00bfcc12900.tar.gz
kernel-qcow2-linux-1dbebd32562b3c2caeca35960e5cb00bfcc12900.tar.xz
kernel-qcow2-linux-1dbebd32562b3c2caeca35960e5cb00bfcc12900.zip
mtd: harmonize mtd_writev usage
This patch makes the 'mtd_writev()' function more usable and logical. We first teach it to fall-back to the 'default_mtd_writev()' function if the MTD driver does not define its own '->writev()' method. Then we make block2mtd and JFFS2 just 'mtd_writev()' instead of 'default_mtd_writev()' function. This means we can now stop exporting 'default_mtd_writev()' and instead, export 'mtd_writev()'. This is much cleaner and more logical, as well as allows us to get read of another direct 'mtd->writev' access in JFFS2. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/mtdchar.c')
0 files changed, 0 insertions, 0 deletions