mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-27 03:55:37 +08:00
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: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c65a9656f1
commit
74e8ce34ae
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user