Searched hist:cd621274b0ec747db8dedbf857624c067f481976 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/mtd/ |
H A D | mtdconcat.c | diff cd621274b0ec747db8dedbf857624c067f481976 Fri Dec 30 13:31:57 CET 2011 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> mtd: do not use mtd->get_unmapped_area directly
Remove direct usage of mtd->get_unmapped_area. Instead, just call 'mtd_get_unmapped_area()' which will return -EOPNOTSUPP if the function is not implemented and test for this error code.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
|
H A D | mtdchar.c | diff cd621274b0ec747db8dedbf857624c067f481976 Fri Dec 30 13:31:57 CET 2011 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> mtd: do not use mtd->get_unmapped_area directly
Remove direct usage of mtd->get_unmapped_area. Instead, just call 'mtd_get_unmapped_area()' which will return -EOPNOTSUPP if the function is not implemented and test for this error code.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
|
/linux/include/linux/mtd/ |
H A D | mtd.h | diff cd621274b0ec747db8dedbf857624c067f481976 Fri Dec 30 13:31:57 CET 2011 Artem Bityutskiy <artem.bityutskiy@linux.intel.com> mtd: do not use mtd->get_unmapped_area directly
Remove direct usage of mtd->get_unmapped_area. Instead, just call 'mtd_get_unmapped_area()' which will return -EOPNOTSUPP if the function is not implemented and test for this error code.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
|