mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 01:59:54 -04:00
net: sealevel: remove redundant initialization for statics
Should not initialise statics to false. Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
@@ -351,7 +351,7 @@ static int io = 0x238;
|
||||
static int txdma = 1;
|
||||
static int rxdma = 3;
|
||||
static int irq = 5;
|
||||
static bool slow=false;
|
||||
static bool slow;
|
||||
|
||||
module_param_hw(io, int, ioport, 0);
|
||||
MODULE_PARM_DESC(io, "The I/O base of the Sealevel card");
|
||||
|
||||
Reference in New Issue
Block a user