[Public] > -----Original Message----- > From: Jan Beulich <jbeul...@suse.com> > Sent: Monday, August 25, 2025 10:43 PM > To: Penny, Zheng <penny.zh...@amd.com> > Cc: Huang, Ray <ray.hu...@amd.com>; Andrew Cooper > <andrew.coop...@citrix.com>; Roger Pau Monné <roger....@citrix.com>; xen- > de...@lists.xenproject.org > Subject: Re: [PATCH v7 04/13] xen/cpufreq: add missing default: case for x86 > vendor > > On 22.08.2025 12:52, Penny Zheng wrote: > > Since we are missing default case for x86 vendor, there is possibility (i.e. > > new vendor introduced) that we will return successfully while missing > > the whole cpufreq driver initialization process. > > Move "ret = -ENOENTRY" forward to cover default case for x86 vendor,
Typo: -ENOENT > > and add error log > > Requested-by: Jan Beulich <jbeul...@suse.com> (or Suggested-by: if you like > that > better) Ack > > > Signed-off-by: Penny Zheng <penny.zh...@amd.com> > > Reviewed-by: Jan Beulich <jbeul...@suse.com> Thx > > Jan