[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v6 06/15] cpufreq: Add Hardware P-State (HWP) driver
On Tue, Jul 25, 2023 at 10:37 AM Jan Beulich <jbeulich@xxxxxxxx> wrote: > > On 25.07.2023 15:26, Jason Andryuk wrote: > > #define hwp_err(cpu, fmt, args...) \ > > printk(XENLOG_ERR "HWP: CPU%u error: " fmt, cpu, args) > > ..., just that you're missing the ##: > > #define hwp_err(cpu, fmt, args...) \ > printk(XENLOG_ERR "HWP: CPU%u error: " fmt, cpu, ## args) Thanks. I thought I was trying to avoid the use of "##", which sent me off in the wrong direction. Regards, Jason
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |