Re: [PATCH] rust: serdev: use ThisModule::as_ptr() instead of field access
From: Danilo Krummrich
Date: Thu Aug 13 2026 - 12:15:44 EST
On Thu Aug 13, 2026 at 5:53 PM CEST, Markus Probst wrote:
> Should I send a patch regarding the 2. error?
The second one can't be fixed with a patch in either of the trees, as it is a
real merge conflict.
This one is only fixable in the driver-core tree, since as_ptr() is a
preexisting method.