pwm: tegra: Rename mmio_base to regs
authorThierry Reding <thierry.reding@gmail.com>
Mon, 11 Jul 2016 09:27:29 +0000 (11:27 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 11 Jul 2016 10:49:31 +0000 (12:49 +0200)
commit4f57f5a01fcb4ec9d98e274837c0cd853d447da3
treebc3790b50358211224ba00798888da6ed2ad5b0c
parente17c0b2258834b88bdaa282a30e125071d9325fc
pwm: tegra: Rename mmio_base to regs

The former is much longer to type and is ambiguous because the value
stored in the field is not the (physical) base address of the memory-
mapped I/O registers, but the virtual address of those registers as
mapped through the MMU.

Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-tegra.c