From: Chintan Patel <chintanlike@gmail.com>
To: Helge Deller <deller@gmx.de>
Cc: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
linux@armlinux.org.uk
Subject: Re: [PATCH] fbdev: claim Cyber2000 SPARC I/O aperture before ioremap
Date: Fri, 12 Jun 2026 19:28:56 -0700 [thread overview]
Message-ID: <713470d1-0eee-461c-98ee-b7a378ebd0c2@gmail.com> (raw)
In-Reply-To: <9df39aa0-4bac-4479-87d3-667c8dd8000a@gmx.de>
>> */
>> unsigned char __iomem *iop;
>> + if (!request_mem_region(0x3000000, 0x5000, "cyber2000fb iop")) {
>> + printk(KERN_ERR "iga5000: cannot reserve I/O area 0x3000000\n");
>
> pci_err() or pr_err() please.
>
>> + return -EBUSY;
>> + }
>> iop = ioremap(0x3000000, 0x5000);
>> if (iop == NULL) {
>> printk(KERN_ERR "iga5000: cannot map I/O\n");
>
> while at it, use pci_err() here too then.
>
> Helge
Hi Helge,
I initially left the existing printk() usage unchanged to keep the patch
focused on the memory resource reservation change and avoid unrelated
churn. Since you've suggested updating the error reporting as well, I'll
switch both messages to pci_err() in v2.
Thanks for the review.
Regards,
Chintan
prev parent reply other threads:[~2026-06-13 2:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-11 3:52 [PATCH] fbdev: claim Cyber2000 SPARC I/O aperture before ioremap Chintan Patel
2026-06-12 21:33 ` Helge Deller
2026-06-13 2:28 ` Chintan Patel [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=713470d1-0eee-461c-98ee-b7a378ebd0c2@gmail.com \
--to=chintanlike@gmail.com \
--cc=deller@gmx.de \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux@armlinux.org.uk \
/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