On Monday, January 20, 2014 7:26 PM Dan Williams
wrote:
> On Mon, Jan 20, 2014 at 8:54 AM, Lukasz Dorau wrote:
> > In the first place, the loop 'for' in the macro 'for_each_isci_host'
> > (drivers/scsi/isci/host.h:314) is incorrect, because it accesses
> > the 3rd element of 2 element array. Aft
On Mon, Jan 20, 2014 at 8:54 AM, Lukasz Dorau wrote:
> In the first place, the loop 'for' in the macro 'for_each_isci_host'
> (drivers/scsi/isci/host.h:314) is incorrect, because it accesses
> the 3rd element of 2 element array. After the 2nd iteration it executes
> the instruction:
> ihos
In the first place, the loop 'for' in the macro 'for_each_isci_host'
(drivers/scsi/isci/host.h:314) is incorrect, because it accesses
the 3rd element of 2 element array. After the 2nd iteration it executes
the instruction:
ihost = to_pci_info(pdev)->hosts[2]
(while the size of the 'hosts' a
3 matches
Mail list logo