mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
drivers: rkflash: Fix error in snor_resume
Change-Id: I18405c2c902e201e927049e9f876c9f5baf4ed62 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -164,7 +164,7 @@ static void snor_deinit(void)
|
||||
|
||||
static int snor_resume(void __iomem *reg_addr)
|
||||
{
|
||||
return spi_nor_init(&sfnor_dev);
|
||||
return spi_nor_init(reg_addr);
|
||||
}
|
||||
|
||||
const struct flash_boot_ops sfc_nor_ops = {
|
||||
|
||||
Reference in New Issue
Block a user