Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287916
b: refs/heads/master
c: 6d7938f
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jiang authored and James Bottomley committed Feb 18, 2012
1 parent 0a13407 commit 6221839
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a92fa25c63a788758bd52e9123504d133210c8b7
refs/heads/master: 6d7938f46f89c9773f9396c1d13b20bbc5c6d95b
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/isci/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -1848,9 +1848,11 @@ static enum sci_status sci_oem_parameters_set(struct isci_host *ihost)
if (state == SCIC_RESET ||
state == SCIC_INITIALIZING ||
state == SCIC_INITIALIZED) {
u8 oem_version = pci_info->orom ? pci_info->orom->hdr.version :
ISCI_ROM_VER_1_0;

if (sci_oem_parameters_validate(&ihost->oem_parameters,
pci_info->orom->hdr.version))
oem_version))
return SCI_FAILURE_INVALID_PARAMETER_VALUE;

return SCI_SUCCESS;
Expand Down

0 comments on commit 6221839

Please sign in to comment.