Re: Bogus struct page layout on 32-bit

2021-04-17 Thread Grygorii Strashko
Hi Ilias, All, On 10/04/2021 11:52, Ilias Apalodimas wrote: +CC Grygorii for the cpsw part as Ivan's email is not valid anymore Thanks for catching this. Interesting indeed... On Sat, 10 Apr 2021 at 09:22, Jesper Dangaard Brouer wrote: On Sat, 10 Apr 2021 03:43:13 +0100 Matthew Wilcox wrot

Re: [PATCH net-next 00/22] net: fix return type of ndo_start_xmit function

2018-09-21 Thread Grygorii Strashko
On 09/20/2018 07:32 AM, YueHaibing wrote: > The method ndo_start_xmit() is defined as returning an 'netdev_tx_t', > which is a typedef for an enum type, so make sure the implementation in > this driver has returns 'netdev_tx_t' value, and change the function > return type to netdev_tx_t. > May

Re: [PATCH] i2c: don't print error when adding adapter fails

2016-08-09 Thread Grygorii Strashko
On 08/09/2016 02:36 PM, Wolfram Sang wrote: The core will do this for us now. Signed-off-by: Wolfram Sang --- For: drivers/i2c/busses/i2c-davinci.c| 4 +--- drivers/i2c/busses/i2c-omap.c | 4 +--- Reviewed-by: Grygorii Strashko -- regards, -grygorii