Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 126859b9 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cea6aeb6
Loading
Loading
Loading
Loading
+53 −56
Original line number Diff line number Diff line
@@ -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) {