diff options
| -rw-r--r-- | drivers/bcma/driver_chipcommon_sflash.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/bcma/driver_chipcommon_sflash.c b/drivers/bcma/driver_chipcommon_sflash.c index 4d07cce9c5d9..7e11ef4cb7db 100644 --- a/drivers/bcma/driver_chipcommon_sflash.c +++ b/drivers/bcma/driver_chipcommon_sflash.c | |||
| @@ -38,7 +38,7 @@ static const struct bcma_sflash_tbl_e bcma_sflash_st_tbl[] = { | |||
| 38 | { "M25P32", 0x15, 0x10000, 64, }, | 38 | { "M25P32", 0x15, 0x10000, 64, }, |
| 39 | { "M25P64", 0x16, 0x10000, 128, }, | 39 | { "M25P64", 0x16, 0x10000, 128, }, |
| 40 | { "M25FL128", 0x17, 0x10000, 256, }, | 40 | { "M25FL128", 0x17, 0x10000, 256, }, |
| 41 | { 0 }, | 41 | { NULL }, |
| 42 | }; | 42 | }; |
| 43 | 43 | ||
| 44 | static const struct bcma_sflash_tbl_e bcma_sflash_sst_tbl[] = { | 44 | static const struct bcma_sflash_tbl_e bcma_sflash_sst_tbl[] = { |
| @@ -56,7 +56,7 @@ static const struct bcma_sflash_tbl_e bcma_sflash_sst_tbl[] = { | |||
| 56 | { "SST25VF016", 0x41, 0x1000, 512, }, | 56 | { "SST25VF016", 0x41, 0x1000, 512, }, |
| 57 | { "SST25VF032", 0x4a, 0x1000, 1024, }, | 57 | { "SST25VF032", 0x4a, 0x1000, 1024, }, |
| 58 | { "SST25VF064", 0x4b, 0x1000, 2048, }, | 58 | { "SST25VF064", 0x4b, 0x1000, 2048, }, |
| 59 | { 0 }, | 59 | { NULL }, |
| 60 | }; | 60 | }; |
| 61 | 61 | ||
| 62 | static const struct bcma_sflash_tbl_e bcma_sflash_at_tbl[] = { | 62 | static const struct bcma_sflash_tbl_e bcma_sflash_at_tbl[] = { |
| @@ -67,7 +67,7 @@ static const struct bcma_sflash_tbl_e bcma_sflash_at_tbl[] = { | |||
| 67 | { "AT45DB161", 0x2c, 512, 4096, }, | 67 | { "AT45DB161", 0x2c, 512, 4096, }, |
| 68 | { "AT45DB321", 0x34, 512, 8192, }, | 68 | { "AT45DB321", 0x34, 512, 8192, }, |
| 69 | { "AT45DB642", 0x3c, 1024, 8192, }, | 69 | { "AT45DB642", 0x3c, 1024, 8192, }, |
| 70 | { 0 }, | 70 | { NULL }, |
| 71 | }; | 71 | }; |
| 72 | 72 | ||
| 73 | static void bcma_sflash_cmd(struct bcma_drv_cc *cc, u32 opcode) | 73 | static void bcma_sflash_cmd(struct bcma_drv_cc *cc, u32 opcode) |
