diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-12-20 15:13:20 +0100 |
---|---|---|
committer | Boris Brezillon <bbrezillon@kernel.org> | 2019-01-16 20:32:17 +0100 |
commit | 2431c4f5b46c32c4ac495456b1ef4ce59c0bb85d (patch) | |
tree | b886405413cd01f3ea774d02fde9a2be3820fb8c /drivers/mtd/devices | |
parent | mtd: lpddr: Use struct_size() in kzalloc() (diff) | |
download | linux-2431c4f5b46c32c4ac495456b1ef4ce59c0bb85d.tar.xz linux-2431c4f5b46c32c4ac495456b1ef4ce59c0bb85d.zip |
mtd: Implement mtd_{read,write}() as wrappers around mtd_{read,write}_oob()
mtd_{read,write}_oob() already take care of checking the params and
calling ->_{read,write}() or ->_{read,write}_oob() based on the
request and the operations supported by the MTD device.
No need to duplicate the logic, we can simply implement
mtd_{read,write}() as wrappers around mtd_{read,write}_oob().
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Boris Brezillon <bbrezillon@kernel.org>
Diffstat (limited to 'drivers/mtd/devices')
0 files changed, 0 insertions, 0 deletions