commit | 50a480946b980c2000fc3b13bda174d57b45fbdd | [log] [tgz] |
---|---|---|
author | Igor V. Kovalenko <igor.v.kovalenko@gmail.com> | Fri Apr 23 01:54:50 2010 +0400 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat May 01 19:44:54 2010 +0000 |
tree | b6bf812a505d553bd8eea9a5df521b9763f330b8 | |
parent | 70ae65f5d91462e1905a53236179fde21cda3a2f [diff] |
cmd646: fix abort due to changed opaque pointer for ioport read We cannot install different opaque pointer for read and write of the same i/o address. - handle zero address in bmdma_writeb_common and install the same opaque pointer for both read and write access. Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>