Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
This commit is contained in:
commit
0448873480
15 changed files with 106 additions and 40 deletions
|
@ -127,7 +127,7 @@ static int efx_mcdi_poll(struct efx_nic *efx)
|
|||
efx_dword_t reg;
|
||||
|
||||
/* Check for a reboot atomically with respect to efx_mcdi_copyout() */
|
||||
rc = efx_mcdi_poll_reboot(efx);
|
||||
rc = -efx_mcdi_poll_reboot(efx);
|
||||
if (rc)
|
||||
goto out;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue