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

Commit 3a8965fd authored by Ernesto Ramos's avatar Ernesto Ramos Committed by Greg Kroah-Hartman
Browse files

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: default avatarErnesto Ramos <ernesto@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 82f575e5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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