diff for duplicates of <20220930214824.A14ACC433D6@smtp.kernel.org> diff --git a/a/1.txt b/N1/1.txt index d4980a7..c8db3c0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -44,3 +44,8 @@ in this driver or uses a void __iomem * mapped with ioremap > + dev_err(priv->dev, "failed to get regmap (error %ld)\n", > + PTR_ERR(priv->regmap)); > + return PTR_ERR(priv->regmap); + +_______________________________________________ +linux-riscv mailing list +linux-riscv@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-riscv diff --git a/a/content_digest b/N1/content_digest index 8ee0320..07d8b6e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -69,6 +69,11 @@ "> + if (IS_ERR(priv->regmap)) {\n" "> + dev_err(priv->dev, \"failed to get regmap (error %ld)\\n\",\n" "> + PTR_ERR(priv->regmap));\n" - > + return PTR_ERR(priv->regmap); + "> + return PTR_ERR(priv->regmap);\n" + "\n" + "_______________________________________________\n" + "linux-riscv mailing list\n" + "linux-riscv@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-riscv -c59e3c29292757126dc230bc7c2d50ef2cc8a2b23d77d43770e0100339411a0c +7a00e20c43696c40aa7f3abc26a6b7f0b1f848da462e494de93056af2d8c427f
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.