Re: [PATCH V2] net: ethernet: ti: cpsw: Fix suspend/resume break

From: keerthy
Date: Tue Jun 25 2019 - 06:04:55 EST




On 6/24/2019 7:53 PM, David Miller wrote:
From: Keerthy <j-keerthy@xxxxxx>
Date: Mon, 24 Jun 2019 10:46:19 +0530

Commit 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 <j-keerthy@xxxxxx>

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.