Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1275636

Re: [PATCH v2] sp5100_tco: Add AMD Mullins platform support

From Guenter Roeck <linux@roeck-us.net>
Newsgroups linux.kernel
Subject Re: [PATCH v2] sp5100_tco: Add AMD Mullins platform support
Date 2015-11-23 18:00 +0100
Message-ID <qy2D8-4un-7@gated-at.bofh.it> (permalink)
References <qwuav-7Bg-15@gated-at.bofh.it> <qxUcx-7gY-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 11/22/2015 11:59 PM, Denis Turischev wrote:
> AMD Mullins watchdog is fully compatible to the previous Hudson chipset,
> reuse the existent sp5100_tco driver.
>
> v2: rebased to v4.4-rc2
>
> Signed-off-by: Denis Turischev <denis.turischev@compulab.co.il>
>
> diff -Nru linux-4.4-rc2.orig/drivers/watchdog/sp5100_tco.c linux-4.4-rc2/drivers/watchdog/sp5100_tco.c
> --- linux-4.4-rc2.orig/drivers/watchdog/sp5100_tco.c	2015-11-23 02:45:59.000000000 +0200
> +++ linux-4.4-rc2/drivers/watchdog/sp5100_tco.c	2015-11-23 09:51:48.701245853 +0200
> @@ -306,6 +306,8 @@
>   static const struct pci_device_id sp5100_tco_pci_tbl[] = {
>   	{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_SBX00_SMBUS, PCI_ANY_ID,
>   	  PCI_ANY_ID, },
> +	{ PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_HUDSON2_SMBUS, PCI_ANY_ID,
> +	  PCI_ANY_ID, },
>   	{ 0, },			/* End of list */
>   };
>   MODULE_DEVICE_TABLE(pci, sp5100_tco_pci_tbl);

$ scripts/checkpatch.pl index.html
ERROR: trailing whitespace
#32: FILE: drivers/watchdog/sp5100_tco.c:310:
+^I  PCI_ANY_ID, }, $

total: 1 errors, 0 warnings, 8 lines checked

Please fix.

Guenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] sp5100_tco: Add AMD Mullins platform support Denis Turischev <denis.turischev@compulab.co.il> - 2015-11-19 11:00 +0100
  Re: [PATCH] sp5100_tco: Add AMD Mullins platform support Guenter Roeck <linux@roeck-us.net> - 2015-11-19 17:20 +0100
  Re: [PATCH] sp5100_tco: Add AMD Mullins platform support Denis Turischev <denis.turischev@compulab.co.il> - 2015-11-22 10:00 +0100
  [PATCH v2] sp5100_tco: Add AMD Mullins platform support Denis Turischev <denis.turischev@compulab.co.il> - 2015-11-23 09:00 +0100
    Re: [PATCH v2] sp5100_tco: Add AMD Mullins platform support Guenter Roeck <linux@roeck-us.net> - 2015-11-23 18:00 +0100
      [PATCH v3] sp5100_tco: Add AMD Mullins platform support Denis Turischev <denis.turischev@compulab.co.il> - 2015-11-24 09:50 +0100
        Re: [PATCH v3] sp5100_tco: Add AMD Mullins platform support Guenter Roeck <linux@roeck-us.net> - 2015-11-24 15:00 +0100

csiph-web