[PATCH net-next V1 0/2] net/mlx4_core: Deprecate module parameter use_prio
From: Amir Vadai <hidden>
Date: 2014-05-22 12:55:53
Hi, This small patchset deprecates the mlx4_core module paramater 'use_prio', as suggested by Carol Soto from IBM in [1]. Also, replaced some calls to the prefered pr_warn/info/devel macro's. Patchset was applied and tested on commit b6052af: "Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge" [1] - http://marc.info/?l=linux-netdev&m=139871350103432&w=2 Changes from V0: - Patch 1/2: Deprecate use_prio module parameter - Commit message was confusing and not accurate, rewrote it Thanks, Amir Amir Vadai (2): net/mlx4_core: Deprecate use_prio module parameter net/mlx4_core: Replace pr_warning() with pr_warn() drivers/net/ethernet/mellanox/mlx4/cmd.c | 6 +++--- drivers/net/ethernet/mellanox/mlx4/main.c | 21 +++++++++++---------- drivers/net/ethernet/mellanox/mlx4/mr.c | 6 ++---- .../net/ethernet/mellanox/mlx4/resource_tracker.c | 10 +++++----- include/linux/mlx4/device.h | 1 - 5 files changed, 21 insertions(+), 23 deletions(-) -- 1.8.3.4