mISDN: remove DSP_NEVER_DEFINED and adjust code identation
The DSP_NEVER_DEFINED #ifdef is confusing, it slips in an extra } which is not required because the previous code is indented incorrectly. Correct the identation and remove the extraneous DSP_NEVER_DEFINED Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
cea6aeb697
commit
126859b992
1 changed files with 53 additions and 56 deletions
|
@ -1511,9 +1511,6 @@ dsp_cmx_send_member(struct dsp *dsp, int len, s32 *c, int members)
|
|||
dsp->tx_R = t;
|
||||
goto send_packet;
|
||||
}
|
||||
#ifdef DSP_NEVER_DEFINED
|
||||
}
|
||||
#endif
|
||||
/* PROCESS DATA (three or more members) */
|
||||
/* -> if echo is NOT enabled */
|
||||
if (!dsp->echo.software) {
|
||||
|
|
Loading…
Add table
Reference in a new issue