Re: [PATCH v5 10/20] pwm: th1520: remove unnecessary `deref`
"Alexandre Courbot" <[email protected]>
| Newsgroups | org.kernel.vger.linux-pwm,dev.linux.lists.driver-core,dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pci,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > 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 <[email protected]> Reviewed-by: Alexandre Courbot <[email protected]>