[PATCH v2 20/45] drivers: tty: serial: msm_serial: use devm_* functions

2019-03-14 Thread Enrico Weigelt, metux IT consult
Use the safer devm versions of memory mapping functions. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/tty/serial/msm_serial.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/tty/serial/msm_serial.c b/drivers/tty/serial/msm_serial.c index 1

Re: [PATCH v2 20/45] drivers: tty: serial: msm_serial: use devm_* functions

2019-05-26 Thread Bjorn Andersson
On Thu 14 Mar 15:33 PDT 2019, Enrico Weigelt, metux IT consult wrote: > Use the safer devm versions of memory mapping functions. > > Signed-off-by: Enrico Weigelt, metux IT consult As pointed out by others, this resource does not follow the life cycle of the port->dev, so I don't think this imp