netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: wojackbb@gmail.com
Cc: netdev@vger.kernel.org, chandrashekar.devegowda@intel.com,
	chiranjeevi.rapolu@linux.intel.com, haijun.liu@mediatek.com,
	m.chetan.kumar@linux.intel.com, ricardo.martinez@linux.intel.com,
	loic.poulain@linaro.org, ryazanov.s.a@gmail.com,
	johannes@sipsolutions.net, davem@davemloft.net,
	edumazet@google.com, pabeni@redhat.com
Subject: Re: [PATCH] [PATCH net] net: wwan: t7xx: add support for Dell DW5933e
Date: Mon, 8 Jul 2024 20:21:52 -0700	[thread overview]
Message-ID: <20240708202152.56eb8e24@kernel.org> (raw)
In-Reply-To: <20240705091223.653749-1-wojackbb@gmail.com>

On Fri,  5 Jul 2024 17:12:23 +0800 wojackbb@gmail.com wrote:
> Signed-off-by: jackbb_wu <wojackbb@gmail.com>

The sign-off has legal implications, please use your name.

> ---
>  drivers/net/wwan/t7xx/t7xx_pci.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/wwan/t7xx/t7xx_pci.c b/drivers/net/wwan/t7xx/t7xx_pci.c
> index e0b1e7a616ca..7f3d0f51c350 100644
> --- a/drivers/net/wwan/t7xx/t7xx_pci.c
> +++ b/drivers/net/wwan/t7xx/t7xx_pci.c
> @@ -852,6 +852,7 @@ static void t7xx_pci_remove(struct pci_dev *pdev)
>  
>  static const struct pci_device_id t7xx_pci_table[] = {
>  	{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x4d75) },
> +	{ PCI_DEVICE(0x14c0, 0x4d75) },//Dell DW5933e

A space missing before and after //

Please make sure you CC right maintainers on v2.
-- 
pw-bot: cr

      reply	other threads:[~2024-07-09  3:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-05  9:12 [PATCH] [PATCH net] net: wwan: t7xx: add support for Dell DW5933e wojackbb
2024-07-09  3:21 ` Jakub Kicinski [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=20240708202152.56eb8e24@kernel.org \
    --to=kuba@kernel.org \
    --cc=chandrashekar.devegowda@intel.com \
    --cc=chiranjeevi.rapolu@linux.intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=haijun.liu@mediatek.com \
    --cc=johannes@sipsolutions.net \
    --cc=loic.poulain@linaro.org \
    --cc=m.chetan.kumar@linux.intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=ricardo.martinez@linux.intel.com \
    --cc=ryazanov.s.a@gmail.com \
    --cc=wojackbb@gmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).