Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226839
b: refs/heads/master
c: da99dcc
h: refs/heads/master
i:
  226837: be50733
  226835: 2dac58f
  226831: 85f5c81
v: v3
  • Loading branch information
Maggie Zhang authored and James Bottomley committed Dec 21, 2010
1 parent d50ad61 commit e05e9bf
Show file tree
Hide file tree
Showing 9 changed files with 111 additions and 458 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: f16a17507b09e10e0cccc4d675ccbfe030d51ef1
refs/heads/master: da99dcc98dd66a2de4864645bcafffd93cf5a62f
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/bfa/bfa_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ bfa_msix_lpu_err(struct bfa_s *bfa, int vec)
intr = readl(bfa->iocfc.bfa_regs.intr_status);

if (intr & (__HFN_INT_MBOX_LPU0 | __HFN_INT_MBOX_LPU1))
bfa_ioc_mbox_isr(&bfa->ioc);
bfa_ioc_mbox_isr(&bfa->ioc);

intr &= (__HFN_INT_ERR_EMC | __HFN_INT_ERR_LPU0 |
__HFN_INT_ERR_LPU1 | __HFN_INT_ERR_PSS | __HFN_INT_LL_HALT);
Expand Down
7 changes: 1 addition & 6 deletions trunk/drivers/scsi/bfa/bfa_fcbuild.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ fc_logo_build(struct fchs_s *fchs, struct fc_logo_s *logo, u32 d_id, u32 s_id,
return sizeof(struct fc_logo_s);
}

static u16
static u16
fc_adisc_x_build(struct fchs_s *fchs, struct fc_adisc_s *adisc, u32 d_id,
u32 s_id, __be16 ox_id, wwn_t port_name,
wwn_t node_name, u8 els_code)
Expand Down Expand Up @@ -807,11 +807,6 @@ fc_rpsc_acc_build(struct fchs_s *fchs, struct fc_rpsc_acc_s *rpsc_acc,
return sizeof(struct fc_rpsc_acc_s);
}

/*
* TBD -
* . get rid of unnecessary memsets
*/

u16
fc_logo_rsp_parse(struct fchs_s *fchs, int len)
{
Expand Down
Loading

0 comments on commit e05e9bf

Please sign in to comment.