Re: [PATCH v2 1/3] mtd: lpddr: Fix bad logic in print_drs_error

2020-09-07 Thread Miquel Raynal
On Mon, 2020-04-27 at 19:50:37 UTC, "Gustavo A. R. Silva" wrote: > Update logic for broken test. Use a more common logging style. > > It appears the logic in this function is broken for the > consecutive tests of > > if (prog_status & 0x3) > ... > else if (prog_sta

Re: [PATCH v2 1/3] mtd: lpddr: Fix bad logic in print_drs_error

2020-05-19 Thread Gustavo A. R. Silva
Hi all, Friendly ping: who can take this? Thanks -- Gustavo On 4/27/20 15:08, Miquel Raynal wrote: > Hi Gustavo, > > "Gustavo A. R. Silva" wrote on Mon, 27 Apr > 2020 14:50:37 -0500: > >> Update logic for broken test. Use a more common logging style. >> >> It appears the logic in this functio