Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74e8ce34 authored by Rickard Strandqvist's avatar Rickard Strandqvist Committed by David S. Miller
Browse files

atm: fore200e.c: Cleaning up uninitialized variables



There is a risk that the variable will be used without being initialized.

This was largely found by using a static code analysis program called cppcheck.

Signed-off-by: default avatarRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c65a9656
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2780,7 +2780,7 @@ static struct pci_driver fore200e_pca_driver = {

static int __init fore200e_module_init(void)
{
	int err;
	int err = 0;

	printk(FORE200E "FORE Systems 200E-series ATM driver - version " FORE200E_VERSION "\n");