* [PATCH] hwmon, fam15h_power: Fix NB device ID for F16h M30h
@ 2014-11-04 17:49 Aravind Gopalakrishnan
2014-11-04 21:23 ` Guenter Roeck
0 siblings, 1 reply; 2+ messages in thread
From: Aravind Gopalakrishnan @ 2014-11-04 17:49 UTC (permalink / raw)
To: herrmann.der.user, jdelvare, linux, lm-sensors, linux-kernel
Cc: Aravind Gopalakrishnan
F3 device ID is wrongly included in fam15h_power_id_table
for F16h M30h. It should be F4 device ID. Fix this.
Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
---
drivers/hwmon/fam15h_power.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hwmon/fam15h_power.c b/drivers/hwmon/fam15h_power.c
index fcdbde4..3057dfc 100644
--- a/drivers/hwmon/fam15h_power.c
+++ b/drivers/hwmon/fam15h_power.c
@@ -234,7 +234,7 @@ static const struct pci_device_id fam15h_power_id_table[] = {
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_NB_F4) },
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_M30H_NB_F4) },
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_NB_F4) },
- { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_M30H_NB_F3) },
+ { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_M30H_NB_F4) },
{}
};
MODULE_DEVICE_TABLE(pci, fam15h_power_id_table);
--
2.1.0
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] hwmon, fam15h_power: Fix NB device ID for F16h M30h
2014-11-04 17:49 [PATCH] hwmon, fam15h_power: Fix NB device ID for F16h M30h Aravind Gopalakrishnan
@ 2014-11-04 21:23 ` Guenter Roeck
0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2014-11-04 21:23 UTC (permalink / raw)
To: Aravind Gopalakrishnan
Cc: herrmann.der.user, jdelvare, lm-sensors, linux-kernel
On Tue, Nov 04, 2014 at 11:49:02AM -0600, Aravind Gopalakrishnan wrote:
> F3 device ID is wrongly included in fam15h_power_id_table
> for F16h M30h. It should be F4 device ID. Fix this.
>
> Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
Applied.
Thanks,
Guenter
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-04 21:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-04 17:49 [PATCH] hwmon, fam15h_power: Fix NB device ID for F16h M30h Aravind Gopalakrishnan
2014-11-04 21:23 ` Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome