Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192571
b: refs/heads/master
c: c2d45b4
h: refs/heads/master
i:
  192569: 9ffb464
  192567: cae373a
v: v3
  • Loading branch information
Bill Pemberton authored and Jiri Kosina committed May 11, 2010
1 parent 78d75e5 commit 548cc98
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: ca0dbd86b12be9af7cda230890eb741d5cb8b624
refs/heads/master: c2d45b4da042720ae94648b417d0e051742441d4
3 changes: 1 addition & 2 deletions trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,6 @@ static int cciss_ioctl(struct block_device *bdev, fmode_t mode,

c->Request = ioc->Request;
if (ioc->buf_size > 0) {
int i;
for (i = 0; i < sg_used; i++) {
temp64.val =
pci_map_single(host->pdev, buff[i],
Expand Down Expand Up @@ -2434,7 +2433,7 @@ static int deregister_disk(ctlr_info_t *h, int drv_index,

/* if it was the last disk, find the new hightest lun */
if (clear_all && recalculate_highest_lun) {
int i, newhighest = -1;
int newhighest = -1;
for (i = 0; i <= h->highest_lun; i++) {
/* if the disk has size > 0, it is available */
if (h->drv[i] && h->drv[i]->heads)
Expand Down

0 comments on commit 548cc98

Please sign in to comment.