Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72687
b: refs/heads/master
c: 0c7eb2e
h: refs/heads/master
i:
  72685: 5d21b80
  72683: 54e5881
  72679: c1d8f83
  72671: ae5f383
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 29, 2007
1 parent e4b4051 commit 378d1de
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: 6a7d26d58a0f61cffddc8839067dfad10413b852
refs/heads/master: 0c7eb2eb800c4afb2205bbaa1bc633eb29082fef
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/arcmsr/arcmsr_hba.c
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ static void arcmsr_iop_message_wrote(struct AdapterControlBlock *acb)

struct QBUFFER __iomem *arcmsr_get_iop_rqbuffer(struct AdapterControlBlock *acb)
{
static struct QBUFFER __iomem *qbuffer;
struct QBUFFER __iomem *qbuffer = NULL;

switch (acb->adapter_type) {

Expand All @@ -1089,7 +1089,7 @@ struct QBUFFER __iomem *arcmsr_get_iop_rqbuffer(struct AdapterControlBlock *acb)

static struct QBUFFER __iomem *arcmsr_get_iop_wqbuffer(struct AdapterControlBlock *acb)
{
static struct QBUFFER __iomem *pqbuffer;
struct QBUFFER __iomem *pqbuffer = NULL;

switch (acb->adapter_type) {

Expand Down

0 comments on commit 378d1de

Please sign in to comment.