]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: rtl8169: Fix compile warning in rtl8169
authorMinda Chen <minda.chen@starfivetech.com>
Thu, 20 Jul 2023 11:37:26 +0000 (19:37 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 2 Aug 2023 03:02:32 +0000 (11:02 +0800)
commita6a0d6a19121c722a263714eae4d511bb2580f3c
tree959651801ce1e162904645fb3ab59e7c18581a9e
parent8db2224ffca24aab3f933618bf27d747a1a4c161
net: rtl8169: Fix compile warning in rtl8169

While compiling rtl8169.c, There are many "make pointer from
integer without a cast" compile warnings. fix them with
adding cast.

Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/net/rtl8169.c