On Tue, Apr 18, 2023 at 11:31 PM Simon Glass <s...@chromium.org> wrote: > > The 'tiny' SPI nor functions have the same name as their big brothers, > which can be confusing. Use different names so it is clear which > version is in the image. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > (no changes since v1) > > drivers/mtd/spi/spi-nor-tiny.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>