]> git.baikalelectronics.ru Git - kernel.git/commit
enc28j60: Correct description of debug module parameter
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 27 Feb 2019 10:45:35 +0000 (13:45 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Feb 2019 17:35:24 +0000 (09:35 -0800)
commit4f96f6e8ca7715c9d1617c63cc6c65e6632be2ff
treeddd7c3de43e5fee2b047508fba0149d57e7051b7
parentf576b4b67b3c90114fd54761502ef1f83845442e
enc28j60: Correct description of debug module parameter

The netif_msg_init() API takes on input the amount of bits to be set. The
description of debug parameter in the enc28j60 module is misleading in this
sense and passing 0xffff does not give an expected behaviour.

Fix the description of debug module parameter to show what exactly is expected.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/microchip/enc28j60.c