Re: [PATCH v2] spi: fix the divide by 0 error when calculating xfer waiting time

From: Fabio Estevam
Date: Sat Jan 02 2021 - 09:13:48 EST


On Sat, Jan 2, 2021 at 12:07 AM Xu Yilun <yilun.xu@xxxxxxxxx> wrote:
>
> The xfer waiting time is the result of xfer->len / xfer->speed_hz. This
> patch makes the assumption of 1khz xfer speed if the xfer->speed_hz is

You missed to update the commit log to 100kHz.