Re: [PATCH 1/2] tty: serial: max310x: convert to use maple tree register cache

From: Greg KH
Date: Tue Apr 09 2024 - 09:43:21 EST


On Mon, Mar 18, 2024 at 02:40:36PM +0800, wangkaiyuan wrote:
> The maple tree register cache is based on a much more modern data structure
> than the rbtree cache and makes optimisation choices which are probably
> more appropriate for modern systems than those made by the rbtree cache.
>
> Signed-off-by: wangkaiyuan <wangkaiyuan@xxxxxxxxxx>
> ---
> drivers/tty/serial/max310x.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Where is patch 2/2 of this series? I don't see it anywhere on
lore.kernel.org.

Please fix up and resend the patch properly.

thanks,

greg k-h