From: Dave Jiang <dave.jiang@intel.com>
To: Alok Tiwari <alok.a.tiwari@oracle.com>,
Basavaraj.Natikar@amd.com, Shyam-sundar.S-k@amd.com,
jdmason@kudzu.us, allenbh@gmail.com, ntb@lists.linux.dev
Cc: alok.a.tiwarilinux@gmail.com
Subject: Re: [PATCH] ntb_hw_amd: Fix incorrect debug message in link disable path
Date: Mon, 9 Feb 2026 08:55:16 -0700 [thread overview]
Message-ID: <9fb67762-2c4f-4f29-9cec-17769f5ecd92@intel.com> (raw)
In-Reply-To: <20260208164902.349805-1-alok.a.tiwari@oracle.com>
On 2/8/26 9:49 AM, Alok Tiwari wrote:
> amd_ntb_link_disable() prints "Enabling Link" which is misleading.
> Update the message to reflect that the link is being disabled.
>
> Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
> ---
> drivers/ntb/hw/amd/ntb_hw_amd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/ntb/hw/amd/ntb_hw_amd.c b/drivers/ntb/hw/amd/ntb_hw_amd.c
> index 1a163596ddf5..df9150669ad3 100644
> --- a/drivers/ntb/hw/amd/ntb_hw_amd.c
> +++ b/drivers/ntb/hw/amd/ntb_hw_amd.c
> @@ -376,7 +376,7 @@ static int amd_ntb_link_disable(struct ntb_dev *ntb)
>
> if (ndev->ntb.topo == NTB_TOPO_SEC)
> return -EINVAL;
> - dev_dbg(&ntb->pdev->dev, "Enabling Link.\n");
> + dev_dbg(&ntb->pdev->dev, "Disabling Link.\n");
>
> return 0;
> }
prev parent reply other threads:[~2026-02-09 15:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-08 16:49 [PATCH] ntb_hw_amd: Fix incorrect debug message in link disable path Alok Tiwari
2026-02-09 15:55 ` Dave Jiang [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=9fb67762-2c4f-4f29-9cec-17769f5ecd92@intel.com \
--to=dave.jiang@intel.com \
--cc=Basavaraj.Natikar@amd.com \
--cc=Shyam-sundar.S-k@amd.com \
--cc=allenbh@gmail.com \
--cc=alok.a.tiwari@oracle.com \
--cc=alok.a.tiwarilinux@gmail.com \
--cc=jdmason@kudzu.us \
--cc=ntb@lists.linux.dev \
/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