From: "Arnd Bergmann" <arnd@arndb.de>
To: "Stephen Rothwell" <sfr@canb.auug.org.au>,
"Dave Airlie" <airlied@redhat.com>
Cc: DRI <dri-devel@lists.freedesktop.org>,
"Arnd Bergmann" <arnd@kernel.org>,
"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
linux-next <linux-next@vger.kernel.org>,
"Niklas Schnelle" <schnelle@linux.ibm.com>,
"Thomas Zimmermann" <tzimmermann@suse.de>
Subject: Re: linux-next: manual merge of the drm tree with the asm-generic tree
Date: Mon, 28 Oct 2024 09:53:16 +0000 [thread overview]
Message-ID: <dae4e7b9-fe13-45a7-bae3-3629ff708a25@app.fastmail.com> (raw)
In-Reply-To: <20241028133441.7b92ee4f@canb.auug.org.au>
On Mon, Oct 28, 2024, at 02:34, Stephen Rothwell wrote:
> - } else {
> + } else if (IS_ENABLED(CONFIG_HAS_IOPORT)) {
> ioaddr = VBE_DISPI_IOPORT_INDEX;
> iosize = 2;
> - if (!request_region(ioaddr, iosize, "bochs-drm")) {
> + if (!devm_request_region(&pdev->dev, ioaddr, iosize, "bochs-drm")) {
> DRM_ERROR("Cannot request ioports\n");
> return -EBUSY;
Looks good to me, thanks!
Arnd
next prev parent reply other threads:[~2024-10-28 9:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-28 2:34 linux-next: manual merge of the drm tree with the asm-generic tree Stephen Rothwell
2024-10-28 9:53 ` Arnd Bergmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-28 2:29 Stephen Rothwell
2024-10-28 2:27 Stephen Rothwell
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=dae4e7b9-fe13-45a7-bae3-3629ff708a25@app.fastmail.com \
--to=arnd@arndb.de \
--cc=airlied@redhat.com \
--cc=arnd@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=schnelle@linux.ibm.com \
--cc=sfr@canb.auug.org.au \
--cc=tzimmermann@suse.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox