]> 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)
commita0789a0d48874bff4421d0578d72d848f8e37931
treeddd7c3de43e5fee2b047508fba0149d57e7051b7
parentb06db441c606355b45b90c12671cd26f7aa2fe93
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