提交 3a8965fd 编写于 作者: E Ernesto Ramos 提交者: Greg Kroah-Hartman

staging:ti dspbridge: remove DSP_FAILED macro definition

Since status succeeded is now 0 macro DSP_FAILED
is not necessary anymore. This patch removes this
define.
Signed-off-by: NErnesto Ramos <ernesto@ti.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 82f575e5
......@@ -91,9 +91,6 @@
#define DSPWORD unsigned char
#define DSPWORDSIZE sizeof(DSPWORD)
/* Failure macro */
#define DSP_FAILED(status) unlikely((s32)(status) < 0)
/* Power control enumerations */
#define PROC_PWRCONTROL 0x8070
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册