Re: [PATCH v2 3/4] rust_binder: make use of == for Task
From: Gary Guo
Date: Fri Feb 27 2026 - 07:24:35 EST
On Fri Feb 27, 2026 at 9:34 AM GMT, Alice Ryhl wrote:
> Now that we have implemented the == operator for Task, replace the two
> raw pointer comparisons in Binder with the == operator.
>
> Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>
> ---
> drivers/android/binder/process.rs | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)