Hi Paolo, > -----Original Message----- > From: Paolo Bonzini <[email protected]> > Sent: Wednesday, October 16, 2019 3:10 PM > To: Jianyong Wu (Arm Technology China) <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; Mark Rutland <[email protected]>; > [email protected]; Suzuki Poulose <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; Steve Capper > <[email protected]>; Kaly Xin (Arm Technology China) > <[email protected]>; Justin He (Arm Technology China) > <[email protected]>; nd <[email protected]> > Subject: Re: [PATCH v5 2/6] ptp: Reorganize ptp_kvm modules to make it > arch-independent. > > On 15/10/19 12:48, Jianyong Wu wrote: > > + ret = kvm_arch_ptp_init(); > > + if (!ret) > > + return -EOPNOTSUPP; > > This should be "if (ret)". >
Yeah, I change this at patch 5/6, but need change it here. Thanks Jianyong > Paolo
