summaryrefslogtreecommitdiff
path: root/corking.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04corking: use bool instead of intDaniel Borkmann1-2/+4
2013-06-04corking: break out udp/tcp cork functionsDaniel Borkmann1-0/+11
authorIvan Khoronzhuk <ivan.khoronzhuk@linaro.org>2016-08-10 02:22:35 +0300
committerDavid S. Miller <davem@davemloft.net>2016-08-10 17:27:39 -0700
commitef4183a1d75b15c3bbd6e7f2b14fc5480d740bff (patch)
treeea4defb3d2d7b19180d4581011e8bf43251c1420
parent6f1f58361fa249ce10ca14256e473e6881e4efee (diff)
net: ethernet: ti: cpsw: remove clk var from priv
There is no need to hold link to clk, it's used only once while probe. Reviewed-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/ethernet/ti/cpsw.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/drivers/net/ethernet/ti/cpsw.c b/drivers/net/ethernet/ti/cpsw.c