Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206022
b: refs/heads/master
c: 54621f0
h: refs/heads/master
v: v3
  • Loading branch information
Ernesto Ramos authored and Greg Kroah-Hartman committed Jul 28, 2010
1 parent ba63bd2 commit cb7ffe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95bd64a893e036ccc54ceef25d4c55fcfe3a4475
refs/heads/master: 54621f031c037d4df9844e5246ce1924c49a703e
3 changes: 1 addition & 2 deletions trunk/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit cb7ffe1

Please sign in to comment.