projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f4336f
)
[SCSI] hpsa: remove unused variable trans_offset
author
Stephen M. Cameron
<
[email protected]
>
Thu, 27 May 2010 20:14:13 +0000
(15:14 -0500)
committer
James Bottomley
<
[email protected]
>
Tue, 27 Jul 2010 17:01:14 +0000
(12:01 -0500)
Signed-off-by: Stephen M. Cameron <
[email protected]
>
Signed-off-by: James Bottomley <
[email protected]
>
drivers/scsi/hpsa.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/hpsa.c
b/drivers/scsi/hpsa.c
index e89c40aa2b3549d68e4532734bf3b9486a5113df..ad70f3e29c24d89a6db05c8d0ced7902e7777957 100644
(file)
--- a/
drivers/scsi/hpsa.c
+++ b/
drivers/scsi/hpsa.c
@@
-3811,7
+3811,6
@@
static void calc_bucket_map(int bucket[], int num_buckets,
static __devinit void hpsa_put_ctlr_into_performant_mode(struct ctlr_info *h)
{
u32 trans_support;
- u64 trans_offset;
/* 5 = 1 s/g entry or 4k
* 6 = 2 s/g entry or 8k
* 8 = 4 s/g entry or 16k
@@
-3846,7
+3845,6
@@
static __devinit void hpsa_put_ctlr_into_performant_mode(struct ctlr_info *h)
memset(h->reply_pool, 0, h->reply_pool_size);
h->reply_pool_head = h->reply_pool;
- trans_offset = readl(&(h->cfgtable->TransMethodOffset));
bft[7] = h->max_sg_entries + 4;
calc_bucket_map(bft, ARRAY_SIZE(bft), 32, h->blockFetchTable);
for (i = 0; i < 8; i++)