[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <53C43BDF.2070403@ladisch.de>
Date: Mon, 14 Jul 2014 22:21:51 +0200
From: Clemens Ladisch <clemens@...isch.de>
To: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@....com>
CC: Borislav Petkov <bp@...en8.de>, jdelvare@...e.de,
linux@...ck-us.net, rdunlap@...radead.org, bhelgaas@...gle.com,
lm-sensors@...sensors.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org
Subject: Re: [PATCH] hwmon, k10temp: Add support for AMD F15h M60h processor
Borislav Petkov wrote:
> On Mon, Jul 14, 2014 at 03:23:08PM -0500, Aravind Gopalakrishnan wrote:
>> + if (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model == 0x60) {
>> + pci_bus_write_config_dword(pdev->bus, PCI_DEVFN(0, 0),
>> + NB_SMU_IND_ADDR, IND_ADDR_OFFSET);
>> + pci_bus_read_config_dword(pdev->bus, PCI_DEVFN(0, 0),
>> + NB_SMU_IND_DATA, ®val);
How do you prevent races with any other code that accesses some indirect
register?
>> +
>> + } else
>> + pci_read_config_dword(pdev, REG_REPORTED_TEMPERATURE, ®val);
Why the empty line? Also, use braces in both branches.
Regards,
Clemens
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists