
9 Feb
2023
9 Feb
'23
3:46 a.m.
From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Sergei Antonov Sent: Saturday, February 04, 2023 3:09 AM To: u-boot@lists.denx.de; rfried.dev@gmail.com; joe.hershberger@ni.com Cc: Sergei Antonov saproj@gmail.com Subject: [PATCH v3 2/3] net: ftmac100: simplify priv->iobase casting
Replace 'phys_addr_t iobase' with 'struct ftmac100 *ftmac100' in struct ftmac100_data. It allows to remove casting in a number of places.
Since priv->iobase is phys_addr_t, use phys_to_virt() to make a pointer from it.
Signed-off-by: Sergei Antonov saproj@gmail.com
Reviewed-by: Rick Chen rick@andestech.com