Re: [PATCH v3] mmc: pxamci: Simplify pxamci_probe() error handling using devm APIs

From: Ulf Hansson

Date: Wed Nov 19 2025 - 12:16:30 EST


On Wed, 19 Nov 2025 at 17:29, Rakuram Eswaran <rakuram.e96@xxxxxxxxx> wrote:
>
> On Tue, 18 Nov 2025 at 21:44, Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxx> wrote:
> >
> > Hello Rakuram,
> >
> > On Tue, Nov 18, 2025 at 07:53:11PM +0530, Rakuram Eswaran wrote:
> > > Shall I start to send the patch to remove the redundant if condition
> > > check from pxamic_remove() function?
> > > [...]
> > > I can pull Uffe fixes branch to send the above patch? Any inputs will be
> > > really helpful to start working on this.
> >
> > It's sensible to build on top of your previous patch, yes. If you do
> > that by using next as development tree once Ulf's commit made it into
> > there, or if you apply it yourself (and then use `git format-patch
> > --base` correctly) doesn't matter much.
> >
>
> Ok, Uwe. Previous patch is already made it to linux-next branch. I will send the
> patch for this on top of next.

If you are working on mmc I strongly recommend to base your patches on top of:

git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git next

As is described in the MAINTAINERS file.

[...]

Kind regards
Uffe