summaryrefslogtreecommitdiff
path: root/Documentation/padata.txt
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2017-03-08 21:44:28 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-12 16:57:00 +0300
commit9d6a94291e002d3fa499ccef73fcd286cddeeb6f (patch)
tree8ec832dd71ef469d45f3a0cf3293404de48d4068 /Documentation/padata.txt
parent4e861f0fd828d2c058271ace21963fa2ef7e861d (diff)
downloadlinux-9d6a94291e002d3fa499ccef73fcd286cddeeb6f.tar.xz
staging: comedi: jr3_pci: use struct jr3_block instead of jr3_t
`struct jr3_t` contains a single array member `block` of member type `struct jr3_block`. Rather than using pointers to `struct jr3_t`, just use pointers to `struct jr3_block` instead and treat it as an array. Replace the local variables `struct jr3_t __iomem *iobase` with `struct jr3_block __iomem *block`. Remove the definition of `struct jr3_t` as it is no longer needed. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/padata.txt')
0 files changed, 0 insertions, 0 deletions