mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 03:10:30 -04:00
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: 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
82f575e5bb
commit
3a8965fda9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user