On Wed, 20 Dec 2023, Suma Hegde wrote: > On an ACPI enabled platforms the probe is called for each socket > and the struct dev is different for each socket. This change > will help in handling both ACPI and non-ACPI platforms. > > Also change pr_err to dev_err API. Also, add () to function (or like them, some printk wrappers might actually be macros but it doesn't matter for the changelog) names such as pr_err() and dev_err(). -- i.