Messages in this thread |  | | From | Radhey Shyam Pandey <> | Subject | [PATCH net-next 0/3] net: emaclite: support arm64 platform | Date | Mon, 16 Dec 2019 17:38:07 +0530 |
| |
MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
This patchset fixes the checkpatch warning reported in xilinx emaclite driver. It also remove obsolete arch dependency in kconfig to support aarch64 platform and fixes related gcc warnings.
Michal Simek (1): net: emaclite: Fix arm64 compilation warnings
Radhey Shyam Pandey (2): net: emaclite: Fix coding style net: emaclite: In kconfig remove arch dependency
drivers/net/ethernet/xilinx/Kconfig | 2 +- drivers/net/ethernet/xilinx/xilinx_emaclite.c | 45 ++++++++++++--------------- 2 files changed, 21 insertions(+), 26 deletions(-)
-- 2.7.4
|  |