Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223484
b: refs/heads/master
c: 453434c
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Dec 21, 2010
1 parent 66365b0 commit 12e68b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8cad7f06e3b1d3f9a28bb7385e8fc09d5e1bf84c
refs/heads/master: 453434cf3fdcd3954bb52460e37d4945a0913d3e
2 changes: 1 addition & 1 deletion trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -2835,7 +2835,7 @@ static int cciss_revalidate(struct gendisk *disk)

for (logvol = 0; logvol < CISS_MAX_LUN; logvol++) {
if (!h->drv[logvol])
continue
continue;
if (memcmp(h->drv[logvol]->LunID, drv->LunID,
sizeof(drv->LunID)) == 0) {
FOUND = 1;
Expand Down

0 comments on commit 12e68b6

Please sign in to comment.