Re: [PATCH 2/2] net: nfc: remove casts from tty->disc_data

From: Max Staudt
Date: Tue Aug 01 2023 - 10:04:21 EST


On 8/1/23 15:22, Jiri Slaby (SUSE) wrote:
tty->disc_data is 'void *', so there is no need to cast from that.
Therefore remove the casts and assign the pointer directly.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@xxxxxxxxxx>

Reviewed-by: Max Staudt <max@xxxxxxxxx>