Re: [PATCH v2] net: ethernet: ti: cpsw: fix cpsw assignment in resume

From: David Miller
Date: Tue Feb 14 2017 - 14:55:09 EST


From: Ivan Khoronzhuk <ivan.khoronzhuk@xxxxxxxxxx>
Date: Tue, 14 Feb 2017 14:42:15 +0200

> There is a copy-paste error, which hides breaking of resume
> for CPSW driver: there was replaced netdev_priv() to ndev_to_cpsw(ndev)
> in suspend, but left it unchanged in resume.
>
> Fixes: 606f39939595a4d4540406bfc11f265b2036af6d
> (ti: cpsw: move platform data and slaves info to cpsw_common)
>
> Reported-by: Alexey Starikovskiy <AStarikovskiy@xxxxxxxxxx>
> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@xxxxxxxxxx>

Applied and queued up for -stable, thanks.