[PATCH 33/52] atp870u: Fix incorrect writeb_io access to register 0x3a

2015-11-17 Thread Ondrej Zary
The ioport region is 0x20 bytes long so accessing 0x3a register using writeb_io is incorrect. Use writeb_base instead. There's no change in behavior as 870 chips have ioport = baseport. Signed-off-by: Ondrej Zary --- drivers/scsi/atp870u.c |8 1 file

[PATCH 33/52] atp870u: Fix incorrect writeb_io access to register 0x3a

2015-07-26 Thread Ondrej Zary
The ioport region is 0x20 bytes long so accessing 0x3a register using writeb_io is incorrect. Use writeb_base instead. There's no change in behavior as 870 chips have ioport = baseport. Signed-off-by: Ondrej Zary li...@rainbow-software.org --- drivers/scsi/atp870u.c |8 1 file