diff mbox

PCI: remove a broken link in quirks.c.

Message ID 1435761430-1353-1-git-send-email-ramirose@gmail.com
State Accepted
Headers show

Commit Message

Rami Rosen July 1, 2015, 2:37 p.m. UTC
This patch removes a broken link in drivers/pci/quirks.c.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 drivers/pci/quirks.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Bjorn Helgaas July 14, 2015, 10:19 p.m. UTC | #1
On Wed, Jul 01, 2015 at 05:37:10PM +0300, Rami Rosen wrote:
> This patch removes a broken link in drivers/pci/quirks.c.
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>

Applied to pci/misc for v4.3, thanks!

> ---
>  drivers/pci/quirks.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
> index c6dc1df..f78bcc0 100644
> --- a/drivers/pci/quirks.c
> +++ b/drivers/pci/quirks.c
> @@ -163,7 +163,6 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL,	PCI_DEVICE_ID_INTEL_82439TX,	quirk_
>   *	VIA Apollo KT133 needs PCI latency patch
>   *	Made according to a windows driver based patch by George E. Breese
>   *	see PCI Latency Adjust on http://www.viahardware.com/download/viatweak.shtm
> - *	and http://www.georgebreese.com/net/software/#PCI
>   *	Also see http://www.au-ja.org/review-kt133a-1-en.phtml for
>   *	the info on which Mr Breese based his work.
>   *
> -- 
> 2.4.3
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index c6dc1df..f78bcc0 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -163,7 +163,6 @@  DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL,	PCI_DEVICE_ID_INTEL_82439TX,	quirk_
  *	VIA Apollo KT133 needs PCI latency patch
  *	Made according to a windows driver based patch by George E. Breese
  *	see PCI Latency Adjust on http://www.viahardware.com/download/viatweak.shtm
- *	and http://www.georgebreese.com/net/software/#PCI
  *	Also see http://www.au-ja.org/review-kt133a-1-en.phtml for
  *	the info on which Mr Breese based his work.
  *