mbox series

[v2,0/4] Slience NCSI logging

Message ID 20180619053834.12257-1-joel@jms.id.au
Headers show
Series Slience NCSI logging | expand

Message

Joel Stanley June 19, 2018, 5:38 a.m. UTC
v2:
  Fix indent issue and commit message based on Joe's feedback
  Add Sam's acks

Here are three changes to silence unnecessary warnings in the ncsi code.

The final patch adds Sam as the maintainer for NCSI.

Joel Stanley (4):
  net/ncsi: Silence debug messages
  net/ncsi: Drop no more channels message
  net/ncsi: Use netdev_dbg for debug messages
  MAINTAINERS: Add Sam as the maintainer for NCSI

 MAINTAINERS                              |  5 +++
 drivers/net/ethernet/faraday/ftgmac100.c |  4 +-
 net/ncsi/ncsi-aen.c                      | 10 ++---
 net/ncsi/ncsi-manage.c                   | 49 +++++++++++-------------
 4 files changed, 34 insertions(+), 34 deletions(-)

-- 
2.17.1

Comments

David Miller June 19, 2018, 10:27 p.m. UTC | #1
From: Joel Stanley <joel@jms.id.au>

Date: Tue, 19 Jun 2018 15:08:30 +0930

> v2:

>   Fix indent issue and commit message based on Joe's feedback

>   Add Sam's acks

> 

> Here are three changes to silence unnecessary warnings in the ncsi code.

> 

> The final patch adds Sam as the maintainer for NCSI.


Series applied.