diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-01-16 23:05:41 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-18 05:24:15 +0400 |
commit | 4053036580f0423be14e79483a939a4aef48c592 (patch) | |
tree | 198884cf0bdbd24e8137ca2dc0191d828a1d1acf /drivers/tty/rocket.c | |
parent | 27dd2e04923341cff96aae164117c44da1072c32 (diff) | |
download | linux-4053036580f0423be14e79483a939a4aef48c592.tar.xz |
serial: vt8500: ioremap'd resource is never freed
Memory mapped via ioremap call is never released. Rather than add an
iounmap call, change allocation function to devm_request_and_ioremap.
Also, change the error on failure for this call to -EADDRNOTAVAIL rather than
-ENOMEM.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/rocket.c')
0 files changed, 0 insertions, 0 deletions