mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 12:16:29 -04:00
staging:ti dspbridge: remove DSP_SUCCEEDED macro definition
Since status succeeded is now 0 macro DSP_SUCCEEDED is not necessary anymore. This patch removes this define. Signed-off-by: Ernesto Ramos <ernesto@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
95bd64a893
commit
54621f031c
@@ -91,8 +91,7 @@
|
||||
#define DSPWORD unsigned char
|
||||
#define DSPWORDSIZE sizeof(DSPWORD)
|
||||
|
||||
/* Success & Failure macros */
|
||||
#define DSP_SUCCEEDED(status) likely((s32)(status) >= 0)
|
||||
/* Failure macro */
|
||||
#define DSP_FAILED(status) unlikely((s32)(status) < 0)
|
||||
|
||||
/* Power control enumerations */
|
||||
|
||||
Reference in New Issue
Block a user