Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254562
b: refs/heads/master
c: 7cafbf1
h: refs/heads/master
v: v3
  • Loading branch information
Maciej Patelczyk authored and Dan Williams committed Jul 3, 2011
1 parent e8b2bd7 commit 722f59e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 086a0dabc5bf154e13604a6d71e2d051207f9718
refs/heads/master: 7cafbf1bd56be44038148bb8f733ea6e6a6a2d53
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/isci/probe_roms.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ enum sci_status isci_parse_oem_parameters(union scic_oem_parameters *oem_params,
struct isci_orom *orom, int scu_index)
{
/* check for valid inputs */
if (scu_index < 0 || scu_index > SCI_MAX_CONTROLLERS ||
if (scu_index < 0 || scu_index >= SCI_MAX_CONTROLLERS ||
scu_index > orom->hdr.num_elements || !oem_params)
return -EINVAL;

Expand Down

0 comments on commit 722f59e

Please sign in to comment.