mbox series

[net-next,0/2] mlx4_core cleanups

Message ID 1543765226-30471-1-git-send-email-tariqt@mellanox.com
Headers show
Series mlx4_core cleanups | expand

Message

Tariq Toukan Dec. 2, 2018, 3:40 p.m. UTC
Hi Dave,

This patchset by Erez contains cleanups to the mlx4_core driver.

Patch 1 replaces -EINVAL with -EOPNOTSUPP for unsupported operations.
Patch 2 fixes some coding style issues.

Series generated against net-next commit:
97e6c858a26e net: usb: aqc111: Initialize wol_cfg with memset in aqc111_suspend

Thanks,
Tariq.


Erez Alfasi (2):
  net/mlx4_core: Fix return codes of unsupported operations
  net/mlx4_core: Fix several coding style errors

 drivers/net/ethernet/mellanox/mlx4/main.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Comments

David Miller Dec. 4, 2018, 12:34 a.m. UTC | #1
From: Tariq Toukan <tariqt@mellanox.com>
Date: Sun,  2 Dec 2018 17:40:24 +0200

> This patchset by Erez contains cleanups to the mlx4_core driver.
> 
> Patch 1 replaces -EINVAL with -EOPNOTSUPP for unsupported operations.
> Patch 2 fixes some coding style issues.
> 
> Series generated against net-next commit:
> 97e6c858a26e net: usb: aqc111: Initialize wol_cfg with memset in aqc111_suspend

Series applied, thanks.