commit | 7d856da216c536972dbcd3ce77774b202fd0755f | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Tue Mar 26 15:42:38 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 28 16:12:55 2013 -0700 |
tree | c7c965c3c03c08d462f51e37f5f7f60a4b3dc796 | |
parent | be008602e677c3837c9a8b8fb3cbaa1ebd76f08f [diff] |
staging: comedi: s626: rename private data 'base_addr' variable The base_address variable in the private data is the ioremap'ed PCI bar 0 resource. For aesthetic reasons, and to shorten some of the lines, rename this variable to 'mmio'. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>