Re: [PATCH net-next V2 20/23] ptp: dp83640: convert to the 64 bit get/set time methods.

From: Arnd Bergmann
Date: Sat Mar 21 2015 - 22:37:37 EST


On Saturday 21 March 2015, Richard Cochran wrote:
> mutex_lock(&clock->extreg_lock);
>
> - err = tdr_write(1, phydev, ts, PTP_LOAD_CLK);
> + err = tdr_write(1, phydev, &ts, PTP_LOAD_CLK);
>
> mutex_unlock(&clock->extreg_lock);

I don't see the change to the tdr_write() function that changes the
argument from 'struct timespec ts' to 'struct timespec64 *', so this
looks wrong to me.

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/