]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
staging: comedi: s626: rename private data 'base_addr' variable
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 26 Mar 2013 22:42:38 +0000 (15:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Mar 2013 23:12:55 +0000 (16:12 -0700)
commit7d856da216c536972dbcd3ce77774b202fd0755f
treec7c965c3c03c08d462f51e37f5f7f60a4b3dc796
parentbe008602e677c3837c9a8b8fb3cbaa1ebd76f08f
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>
drivers/staging/comedi/drivers/s626.c