Re: [PATCH net v4 2/2] ptp: ptp_clockmatrix: return -EBUSY if phase pull-in is in progress

From: Jakub Kicinski
Date: Thu May 05 2022 - 21:53:19 EST


On Wed, 4 May 2022 16:50:55 -0400 Min Li wrote:
> + err = idtcm_output_enable(channel, enable, perout->index);
>
> if (err) {

no empty line between call and error check