Re: [PATCH v5 10/20] pwm: th1520: remove unnecessary `deref`

From: Alexandre Courbot

Date: Fri Jul 03 2026 - 01:12:46 EST


On Fri Jun 26, 2026 at 11:45 PM JST, Gary Guo wrote:
> `Deref` is automatic and should normally not be used directly.
> Also, `IoMem` is going to be implementing `Io` directly, so it will no
> longer to be implementing `Deref`.
>
> Reported-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>
> Link: https://rust-for-linux.zulipchat.com/#narrow/channel/291565-Help/topic/.E2.9C.94.20Projection.20in.20dma.20bus.20address.20space/near/606672061
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>

Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>