All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Suma Hegde <Suma.Hegde@amd.com>
Cc: hdegoede@redhat.com, platform-driver-x86@vger.kernel.org,
	Naveen Krishna Chatradhi <nchatrad@amd.com>
Subject: Re: [PATCH 3/4] platform/x86/amd/hsmp: change the print message
Date: Mon, 21 Aug 2023 13:45:33 +0300 (EEST)	[thread overview]
Message-ID: <58185d5f-e9ff-a8dd-f4e6-4a40393ebb4e@linux.intel.com> (raw)
In-Reply-To: <20230818125119.1323499-4-Suma.Hegde@amd.com>

The coverletter has 0/3 but the patches came with /4?!?

On Fri, 18 Aug 2023, Suma Hegde wrote:

> From: Suma Hegde <suma.hegde@amd.com>
> 
> The print message during platform init is little ambiguous
> so change it to a more meaningful clear message.
> 
> Signed-off-by: Suma Hegde <suma.hegde@amd.com>
> Reviewed-by: Naveen Krishna Chatradhi <nchatrad@amd.com>
> ---
>  drivers/platform/x86/amd/hsmp.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/platform/x86/amd/hsmp.c b/drivers/platform/x86/amd/hsmp.c
> index cab59750cde2..1f03a22a9d8a 100644
> --- a/drivers/platform/x86/amd/hsmp.c
> +++ b/drivers/platform/x86/amd/hsmp.c
> @@ -537,10 +537,10 @@ static int __init hsmp_plt_init(void)
>  	for (i = 0; i < num_sockets; i++) {
>  		ret = hsmp_test(i, 0xDEADBEEF);
>  		if (ret) {
> -			pr_err("HSMP is not supported on Fam:%x model:%x\n",
> +			pr_err("HSMP test message failed on Fam:%x model:%x\n",
>  			       boot_cpu_data.x86, boot_cpu_data.x86_model);
> -			pr_err("Or Is HSMP disabled in BIOS ?\n");
> -			return -EOPNOTSUPP;
> +			pr_err("Is HSMP disabled in BIOS ?\n");
> +			return ret;

Your changelog only talks about changing print, and yet you also change 
return statement. Please explain things properly in the changelog (or 
perhaps even make a separate patch out of the return change if it's 
independent change you planned to make).

-- 
 i.


  reply	other threads:[~2023-08-21 10:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-18 12:51 [PATCH 0/3] platform/x86/amd/hsmp: add metrics table support Suma Hegde
2023-08-18 12:51 ` [PATCH 1/4] platform/x86/amd/hsmp: create plat specific struct Suma Hegde
2023-08-18 12:51 ` [PATCH 2/4] platform/x86/amd/hsmp: add support for metrics tbl Suma Hegde
2023-08-21 11:25   ` Ilpo Järvinen
2023-08-22 12:45     ` Hegde, Suma
2023-08-22  8:57   ` Ilpo Järvinen
2023-09-04 11:14     ` Hegde, Suma
2023-08-18 12:51 ` [PATCH 3/4] platform/x86/amd/hsmp: change the print message Suma Hegde
2023-08-21 10:45   ` Ilpo Järvinen [this message]
2023-08-22 12:27     ` Hegde, Suma

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=58185d5f-e9ff-a8dd-f4e6-4a40393ebb4e@linux.intel.com \
    --to=ilpo.jarvinen@linux.intel.com \
    --cc=Suma.Hegde@amd.com \
    --cc=hdegoede@redhat.com \
    --cc=nchatrad@amd.com \
    --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 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.