mirror of
https://github.com/torvalds/linux.git
synced 2026-09-20 09:40:02 +02:00
spinand_mtd_regular_page_read() returns ret after iterating over the requested pages. If the request contains no data or OOB bytes, the iterator does not run and ret is not assigned. Initialize it to 0 for the empty request path. Signed-off-by: Ruoyu Wang <ruoyuw560@gmail.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> |
||
|---|---|---|
| .. | ||
| alliancememory.c | ||
| ato.c | ||
| core.c | ||
| dosilicon.c | ||
| esmt.c | ||
| fmsh.c | ||
| foresee.c | ||
| gigadevice.c | ||
| Kconfig | ||
| macronix.c | ||
| Makefile | ||
| micron.c | ||
| otp.c | ||
| paragon.c | ||
| skyhigh.c | ||
| toshiba.c | ||
| winbond.c | ||
| xtx.c | ||