Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263785
b: refs/heads/master
c: ee33e2b
h: refs/heads/master
i:
  263783: 623e3fb
v: v3
  • Loading branch information
Dan Williams authored and James Bottomley committed Aug 24, 2011
1 parent bdd4d6c commit 1451ddd
Show file tree
Hide file tree
Showing 3 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: 1a878284473284f9577d44babf16d87152a05c33
refs/heads/master: ee33e2b771f9e9e4aaba2bb2ace7b727fe451a8b
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/isci/unsolicited_frame_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ int sci_unsolicited_frame_control_construct(struct isci_host *ihost)
*/
buf_len = SCU_MAX_UNSOLICITED_FRAMES * SCU_UNSOLICITED_FRAME_BUFFER_SIZE;
header_len = SCU_MAX_UNSOLICITED_FRAMES * sizeof(struct scu_unsolicited_frame_header);
size = buf_len + header_len + SCU_MAX_UNSOLICITED_FRAMES * sizeof(dma_addr_t);
size = buf_len + header_len + SCU_MAX_UNSOLICITED_FRAMES * sizeof(uf_control->address_table.array[0]);

/*
* The Unsolicited Frame buffers are set at the start of the UF
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/isci/unsolicited_frame_control.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ struct sci_uf_address_table_array {
* starting address of the UF address table.
* 64-bit pointers are required by the hardware.
*/
dma_addr_t *array;
u64 *array;

/**
* This field specifies the physical address location for the UF
Expand Down

0 comments on commit 1451ddd

Please sign in to comment.