On 6/24/2019 7:53 PM, David Miller wrote:
From: Keerthy <[email protected]> Date: Mon, 24 Jun 2019 10:46:19 +0530Commit bfe59032bd6127ee190edb30be9381a01765b958 ("net: ethernet: ti: cpsw: use cpsw as drv data")changes the driver data to struct cpsw_common *cpsw. This is done only in probe/remove but the suspend/resume functions are still left with struct net_device *ndev. Hence fix both suspend & resume also to fetch the updated driver data. Fixes: bfe59032bd6127ee1 ("net: ethernet: ti: cpsw: use cpsw as drv data") Signed-off-by: Keerthy <[email protected]>Applied but please make it clear that changes are targetting net-next in the future by saying "[PATCH net-next v2] ...." in your Subject line.
Sure will do that. Thanks.
Thank you.

