commit | 87e858a97e8a7010aedc01db7cd31cc7c02b0b6a | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Wed Dec 28 18:47:46 2011 +0200 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Mon Jan 09 18:26:15 2012 +0000 |
tree | c5ff8b86ef0ae7891224e620916c58241c3e1799 | |
parent | dac2639f9833e858139d7e07f6ee45fb2191a9f2 [diff] |
mtd: do not use mtd->get_*_prot_info directly Instead, call 'mtd_get_*_prot_info()' and check for '-EOPNOTSUPP'. While on it, fix the return code from '-EOPNOTSUPP' to '-EINVAL' for the case when the mode parameter is invalid. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>