On Tue, 26 Sept 2023 at 02:53, Bin Meng <bm...@tinylab.org> wrote: > > At present if a device to map has a block size other than 512, > the blkmap map process just fails. There is no reason why we > can't just use the block size of the mapped device. > > Signed-off-by: Bin Meng <bm...@tinylab.org> > --- > > drivers/block/blkmap.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>