commit | a6a0d6a19121c722a263714eae4d511bb2580f3c | [log] [tgz] |
---|---|---|
author | Minda Chen <minda.chen@starfivetech.com> | Thu Jul 20 19:37:26 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Aug 02 11:02:32 2023 +0800 |
tree | 959651801ce1e162904645fb3ab59e7c18581a9e | |
parent | 8db2224ffca24aab3f933618bf27d747a1a4c161 [diff] |
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>