Skip to content

Commit

Permalink
staging:ti dspbridge: remove DSP_FAILED macro definition
Browse files Browse the repository at this point in the history
Since status succeeded is now 0 macro DSP_FAILED
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>
  • Loading branch information
Ernesto Ramos authored and Greg Kroah-Hartman committed Jul 28, 2010
1 parent 82f575e commit 3a8965f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/tidspbridge/include/dspbridge/dbdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a8965f

Please sign in to comment.