[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200824.061737.1288546229773264212.davem@davemloft.net>
Date: Mon, 24 Aug 2020 06:17:37 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: sundeep.lkml@...il.com
Cc: kuba@...nel.org, richardcochran@...il.com, netdev@...r.kernel.org,
sgoutham@...vell.com, sbhatta@...vell.com
Subject: Re: [PATCH v7 net-next 0/3] Add PTP support for Octeontx2
From: David Miller <davem@...emloft.net>
Date: Mon, 24 Aug 2020 06:16:57 -0700 (PDT)
> Series applied, thank you.
Actually, this doesn't even compile:
drivers/net/ethernet/marvell/octeontx2/af/ptp.c: In function ‘get_clock_rate’:
drivers/net/ethernet/marvell/octeontx2/af/ptp.c:60:26: error: implicit declaration of function ‘FIELD_GET’; did you mean ‘FOLL_GET’? [-Werror=implicit-function-declaration]
60 | ret = CLOCK_BASE_RATE * FIELD_GET(RST_MUL_BITS, cfg);
| ^~~~~~~~~
| FOLL_GET
Powered by blists - more mailing lists