All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: "Uwe Kleine-König" <uwe@kleine-koenig.org>
Cc: Ard Biesheuvel <ardb@kernel.org>,
	"Gustavo A . R . Silva" <gustavo@embeddedor.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] firmware: google: make coreboot driver's remove callback return void
Date: Tue, 9 Feb 2021 12:13:00 +0100	[thread overview]
Message-ID: <YCJuPDwchDsjTO4C@kroah.com> (raw)
In-Reply-To: <20210126215339.706021-1-uwe@kleine-koenig.org>

On Tue, Jan 26, 2021 at 10:53:39PM +0100, Uwe Kleine-König wrote:
> All coreboot drivers return 0 unconditionally in their remove callback.
> Also the device core ignores the return value of the struct
> bus_type::remove(), so make the coreboot remove callback return void
> instead of giving driver authors the illusion they could return an error
> code here.
> 
> All drivers are adapted accordingly.
> 
> Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
> ---
> Hello,
> 
> there is no registerd maintainer of this code. I assume so Greg will
> pick this up?!

Now picked up, thanks.

greg k-h

      reply	other threads:[~2021-02-09 11:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-26 21:53 [PATCH] firmware: google: make coreboot driver's remove callback return void Uwe Kleine-König
2021-02-09 11:13 ` Greg Kroah-Hartman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YCJuPDwchDsjTO4C@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=ardb@kernel.org \
    --cc=gustavo@embeddedor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=uwe@kleine-koenig.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.