diff options
| author | Karl Bongers <[email protected]> | 2008-12-01 11:47:40 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2009-01-07 10:00:04 -0800 |
| commit | 6013bbbab0dcbc43bcf9dd70beeab2a0b1ec5ea7 (patch) | |
| tree | 79175da5e8fcf85a8650e825d0b7cc3f2d2a2d94 /include | |
| parent | 6c0735687d37e25a65866823881bcbf39a6a023f (diff) | |
USB: isp1760: Fix probe in PCI glue code
Contains fixes so probe on x86 PCI runs, apparently I'm first to try
this. Several fixes to memory access to probe host scratch register.
Previously would bug check on chip_addr var used uninitialized.
Scratch reg write failed in one instance due to 16-bit initial access
mode, so added "& 0x0000ffff" to the readl as fix.
Includes some general cleanup - remove global vars, organize memory map
resource use.
Signed-off-by: Karl Bongers <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions