OSDN Git Service

Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Jun 2021 19:11:28 +0000 (12:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jun 2021 19:11:28 +0000 (12:11 -0700)
commit8fe088bd4fd12f4c8899b51d5bc3daad98767d49
tree295265672e6c2dd6b9d80673f7dbdff1d4339d83
parent200cedf1925a13aaa262d3b7118ee5e064fc3cf3
parent587b839de733a8cdef3cbb805014e05229e7c96b
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
100GbE Intel Wired LAN Driver Updates 2021-06-17

This series contains updates to ice driver only.

Jake corrects a couple of entries in the PTYPE table to properly
reflect the datasheet and removes unneeded NULL checks for some
PTP calls.

Paul reduces the scope of variables and removes the use of a local
variable.

Shaokun Zhang removes a duplicate function declaration.

Lorenzo Bianconi fixes a compilation warning if PTP_1588_CLOCK is
disabled.

Colin Ian King changes a for loop to remove an unneeded 'continue'.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>