On Mon, 2020-04-27 at 14:00 -0500, Gustavo A. R. Silva wrote: > Hi, > > This series aims to fix a bad logic bug in print_drs_error, which is > tagged for -stable. The series also include some formatting fixups.
AFAICT: This series is still not applied to any tree. Can someone please apply it? https://lore.kernel.org/linux-mtd/[email protected]/ > Thanks > > Gustavo A. R. Silva (3): > mtd: lpddr: Fix bad logic in print_drs_error > mtd: lpddr: Replace printk with pr_notice > mtd: lpddr: Move function print_drs_error to lpddr_cmds.c > > drivers/mtd/lpddr/lpddr_cmds.c | 33 +++++++++++++++++++++++++++++++++ > include/linux/mtd/pfow.h | 32 -------------------------------- > 2 files changed, 33 insertions(+), 32 deletions(-) >

