mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 02:25:00 -05:00
net: merge fixup for qlge_main
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
05ba712d7e
commit
ce96bc86bf
1 changed files with 1 additions and 1 deletions
|
@ -4499,7 +4499,7 @@ static int __devinit ql_init_device(struct pci_dev *pdev,
|
|||
if (qdev->mpi_coredump == NULL) {
|
||||
dev_err(&pdev->dev, "Coredump alloc failed.\n");
|
||||
err = -ENOMEM;
|
||||
goto err_out;
|
||||
goto err_out2;
|
||||
}
|
||||
if (qlge_force_coredump)
|
||||
set_bit(QL_FRC_COREDUMP, &qdev->flags);
|
||||
|
|
Loading…
Add table
Reference in a new issue