diff options
| author | Patrice Chotard <[email protected]> | 2023-02-13 18:30:04 +0100 |
|---|---|---|
| committer | Dario Binacchi <[email protected]> | 2023-02-27 16:30:09 +0100 |
| commit | 4f64a310fc1610dec167be0a999ec3849f9e0e3c (patch) | |
| tree | 4620f2ad8cadc36eaef1eb8737f9e30f0b5c1677 /include/linux | |
| parent | d346971559297900f0cd27665be8d9b877c156fe (diff) | |
mtd: spinand: Fix display of unknown raw ID
In case ID is not found in manufacturer table, the raw ID is
printed using %*phN format which is not supported by lib/vsprintf.c.
The information displayed doesn't reflect the raw ID return by the
unknown spi-nand.
Use %02x format instead, as done in spi-nor-core.c.
For example, before this patch:
ERROR: spi-nand: spi_nand flash@0: unknown raw ID f74ec040
after
ERROR: spi-nand: spi_nand flash@0: unknown raw ID 00 c2 26 03
Fixes: 0a6d6bae0386 ("mtd: nand: Add core infrastructure to support SPI NANDs")
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Frieder Schrempf <[email protected]>
Acked-by: Michael Trimarchi <[email protected]>
Signed-off-by: Dario Binacchi <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
