Re: [PATCH v3 net-next 0/2] rocker: unused parameter and const cleanups

2015-05-25 Thread David Miller
From: Simon Horman simon.hor...@netronome.com
Date: Mon, 25 May 2015 14:28:34 +0900

 This series provides some minor though verbose cleanup of rocker.
 
 The second patch depends on the first though it could be rebased.
 
 I had previously asked for v2 to be put on hold while some bugs I had found
 in the rocker driver were shaken out. That has now happened and the bugs
 turned out to be unrelated.  Accordingly I am reposting the series.
 
 * Changes v2 - v3
   - Rebase and update for new variables and parameters that may be const
 
 * Changes v1 - v2
   - Found quite a few more variables and parameters to make const

Series applied, thanks Simon.
--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v3 net-next 0/2] rocker: unused parameter and const cleanups

2015-05-24 Thread Simon Horman
This series provides some minor though verbose cleanup of rocker.

The second patch depends on the first though it could be rebased.

I had previously asked for v2 to be put on hold while some bugs I had found
in the rocker driver were shaken out. That has now happened and the bugs
turned out to be unrelated.  Accordingly I am reposting the series.


* Changes v2 - v3
  - Rebase and update for new variables and parameters that may be const

* Changes v1 - v2
  - Found quite a few more variables and parameters to make const

Simon Horman (2):
  rocker: remove unused rocker_port parameter from rocker_port_kfree
  rocker: mark parameters and local variables as const

 drivers/net/ethernet/rocker/rocker.c | 469 ++-
 1 file changed, 240 insertions(+), 229 deletions(-)

-- 
2.1.4

--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html