summaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2013-07-02 17:46:01 +0200
committerVinod Koul <vinod.koul@intel.com>2013-08-25 08:24:35 +0200
commit115357e9774ff8d70a84d3c31f271209913637b0 (patch)
tree5e294c58ac1fd42db8e380ef6229bd490699d2ad /COPYING
parentDMA: shdma: fix CHCLR register address calculation (diff)
downloadlinux-115357e9774ff8d70a84d3c31f271209913637b0.tar.xz
linux-115357e9774ff8d70a84d3c31f271209913637b0.zip
DMA: shdma: switch all __iomem pointers to void
In the shdma driver __iomem pointers are used to point to hardware registers. Using typed pointers like "u32 __iomem *" in this case is inconvenient, because then offsets, added to such pointers, have to be devided by sizeof(u32) or similar. Switch the driver to use void pointers, which avoids this clumsiness. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions