mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
axgbe: ditch return statement in i2c_isr
This commit is contained in:
parent
e131d9eb35
commit
538366bdbf
1 changed files with 0 additions and 2 deletions
|
|
@ -329,8 +329,6 @@ out:
|
|||
if (state->ret || XI2C_GET_BITS(isr, IC_RAW_INTR_STAT, STOP_DET))
|
||||
pdata->i2c_complete = true;
|
||||
|
||||
return;
|
||||
|
||||
reissue_check:
|
||||
/* Reissue interrupt if status is not clear */
|
||||
if (pdata->vdata->irq_reissue_support)
|
||||
|
|
|
|||
Loading…
Reference in a new issue