summaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-26 00:26:55 +0100
committerDavid S. Miller <davem@davemloft.net>2014-03-26 16:52:42 -0400
commitb5f3b75d9d3b5526d973fc0bfee5680bdc6acf2a (patch)
treeb2acdc5f918c94602776b1ad3cd05d075b625096 /net/unix/af_unix.c
parente3a8786c10e75903f1269474e21fe8cb49c3a670 (diff)
downloadop-kernel-dev-b5f3b75d9d3b5526d973fc0bfee5680bdc6acf2a.zip
op-kernel-dev-b5f3b75d9d3b5526d973fc0bfee5680bdc6acf2a.tar.gz
net: mvneta: use devm_ioremap_resource() instead of of_iomap()
The mvneta driver currently uses of_iomap(), which has two drawbacks: it doesn't request the resource, and it isn't devm-style so some error handling is needed. This commit switches to use devm_ioremap_resource() instead, which automatically requests the resource (so the I/O registers region shows up properly in /proc/iomem), and also is devm-style, which allows to get rid of some error handling to unmap the I/O registers region. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud