lkml.org 
[lkml]   [2012]   [Apr]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [ 03/62] hwmon: fam15h_power: fix bogus values with current BIOSes
On Tue, Apr 24, 2012 at 03:32:44PM -0700, Greg KH wrote:
> 3.3-stable review patch. If anyone has any objections, please let me know.
[...]
> +static void __devinit tweak_runavg_range(struct pci_dev *pdev)
> +{
> + u32 val;
> + const struct pci_device_id affected_device = {
> + PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_NB_F4) };
> +
> + /*
> + * let this quirk apply only to the current version of the
> + * northbridge, since future versions may change the behavior
> + */
> + if (!pci_match_id(&affected_device, pdev))
> + return;
[...]

pci_match_id() takes an *array* of IDs which must be properly zero-
terminated. This change is bogus and should be fixed up before it
goes into a stable update.

Ben.

--
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
- Albert Camus


\
 
 \ /
  Last update: 2012-04-25 21:49    [W:0.637 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site