mbox series

[v2,0/2] Two Qcom NAND related fixes.

Message ID 20220103030316.58301-1-bryan.odonoghue@linaro.org
Headers show
Series Two Qcom NAND related fixes. | expand

Message

Bryan O'Donoghue Jan. 3, 2022, 3:03 a.m. UTC
I've already sent the ordering fix for probe deferral in qcom_nandc_probe()
but there's also an associated printout in the partition parser that
shouldn't be there.

Add a patch to silence the spurious error message. 

Bryan O'Donoghue (2):
  mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()
  mtd: parsers: qcom: Don't print error message on -EPROBE_DEFER

 drivers/mtd/nand/raw/qcom_nandc.c  | 14 ++++++--------
 drivers/mtd/parsers/qcomsmempart.c |  3 ++-
 2 files changed, 8 insertions(+), 9 deletions(-)