mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
staging/mt29f_spinand: Terminate of match table
commit ffd07de65e upstream.
Failure to terminate this match table can lead to boot failures
depending on where the compiler places the match table.
Cc: Kamlakant Patel <kamlakant.patel@broadcom.com>
Cc: Mona Anonuevo <manonuevo@micron.com>
Cc: linux-mtd@lists.infradead.org
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f10da0ea0a
commit
1c2ee2e5fe
@@ -924,6 +924,7 @@ static int spinand_remove(struct spi_device *spi)
|
||||
|
||||
static const struct of_device_id spinand_dt[] = {
|
||||
{ .compatible = "spinand,mt29f", },
|
||||
{}
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user