From: Hans de Goede <hdegoede@redhat.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
"Luke D. Jones" <luke@ljones.dev>,
acpi4asus-user@lists.sourceforge.net,
platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: Corentin Chary <corentin.chary@gmail.com>,
Mark Gross <markgross@kernel.org>
Subject: Re: [PATCH v1 1/3] platform/x86: asus-wmi: Join string literals back
Date: Tue, 21 Dec 2021 19:53:46 +0100 [thread overview]
Message-ID: <3a81d0b0-2dd6-7245-3eef-9fbbf864cbb5@redhat.com> (raw)
In-Reply-To: <20211210163009.19894-1-andriy.shevchenko@linux.intel.com>
Hi,
On 12/10/21 17:30, Andy Shevchenko wrote:
> For easy grepping on debug purposes join string literals back in
> the messages.
>
> No functional change.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Thank you for your patch-series, I've applied the series to my
review-hans branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans
Note it will show up in my review-hans branch once I've pushed my
local branch there, which might take a while.
Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.
Regards,
Hans
> ---
> drivers/platform/x86/asus-wmi.c | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
> index 6fa4b0be8e76..30e0de9e0d81 100644
> --- a/drivers/platform/x86/asus-wmi.c
> +++ b/drivers/platform/x86/asus-wmi.c
> @@ -1154,12 +1154,10 @@ static void asus_rfkill_hotplug(struct asus_wmi *asus)
> absent = (l == 0xffffffff);
>
> if (blocked != absent) {
> - pr_warn("BIOS says wireless lan is %s, "
> - "but the pci device is %s\n",
> + pr_warn("BIOS says wireless lan is %s, but the pci device is %s\n",
> blocked ? "blocked" : "unblocked",
> absent ? "absent" : "present");
> - pr_warn("skipped wireless hotplug as probably "
> - "inappropriate for this model\n");
> + pr_warn("skipped wireless hotplug as probably inappropriate for this model\n");
> goto out_unlock;
> }
>
>
prev parent reply other threads:[~2021-12-21 18:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-10 16:30 Andy Shevchenko
2021-12-10 16:30 ` [PATCH v1 2/3] platform/x86: asus-wmi: Split MODULE_AUTHOR() on per author basis Andy Shevchenko
2021-12-10 16:30 ` [PATCH v1 3/3] platform/x86: asus-wmi: Reshuffle headers for better maintenance Andy Shevchenko
2021-12-20 13:07 ` [PATCH v1 1/3] platform/x86: asus-wmi: Join string literals back Andy Shevchenko
2021-12-20 13:30 ` Hans de Goede
2021-12-20 13:33 ` Andy Shevchenko
2021-12-21 18:53 ` Hans de Goede [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=3a81d0b0-2dd6-7245-3eef-9fbbf864cbb5@redhat.com \
--to=hdegoede@redhat.com \
--cc=acpi4asus-user@lists.sourceforge.net \
--cc=andriy.shevchenko@linux.intel.com \
--cc=corentin.chary@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=luke@ljones.dev \
--cc=markgross@kernel.org \
--cc=platform-driver-x86@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®