Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95825
b: refs/heads/master
c: e2efe7a
h: refs/heads/master
i:
  95823: cd9034d
v: v3
  • Loading branch information
Mark Salyzyn authored and James Bottomley committed May 2, 2008
1 parent f59b90e commit 5720c53
Show file tree
Hide file tree
Showing 2 changed files with 3 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: db4742dd8f0aa9125b74f9b2516336a75f3d9106
refs/heads/master: e2efe7aa24dc7b430d2ea109fa117bd3c60ae8e6
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/aacraid/aacraid.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
#define CONTAINER_TO_ID(cont) (cont)
#define CONTAINER_TO_LUN(cont) (0)

#define aac_phys_to_logical(x) (x+1)
#define aac_logical_to_phys(x) (x?x-1:0)
#define aac_phys_to_logical(x) ((x)+1)
#define aac_logical_to_phys(x) ((x)?(x)-1:0)

/* #define AAC_DETAILED_STATUS_INFO */

Expand Down

0 comments on commit 5720c53

Please sign in to comment.