Re: [PATCH 3/5] serial: sprd: Remove unnecessary resource validation

2018-09-04 Thread Chunyan Zhang
On 11 August 2018 at 09:34, Baolin Wang wrote: > The devm_ioremap_resource() will valid the resources, thus remove the > unnecessary resource validation in the driver. > > Signed-off-by: Baolin Wang Acked-by: Chunyan Zhang > --- > drivers/tty/serial/sprd_serial.c | 7 ++- > 1 file

Re: [PATCH 3/5] serial: sprd: Remove unnecessary resource validation

2018-09-04 Thread Chunyan Zhang
On 11 August 2018 at 09:34, Baolin Wang wrote: > The devm_ioremap_resource() will valid the resources, thus remove the > unnecessary resource validation in the driver. > > Signed-off-by: Baolin Wang Acked-by: Chunyan Zhang > --- > drivers/tty/serial/sprd_serial.c | 7 ++- > 1 file

[PATCH 3/5] serial: sprd: Remove unnecessary resource validation

2018-08-10 Thread Baolin Wang
The devm_ioremap_resource() will valid the resources, thus remove the unnecessary resource validation in the driver. Signed-off-by: Baolin Wang --- drivers/tty/serial/sprd_serial.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/tty/serial/sprd_serial.c

[PATCH 3/5] serial: sprd: Remove unnecessary resource validation

2018-08-10 Thread Baolin Wang
The devm_ioremap_resource() will valid the resources, thus remove the unnecessary resource validation in the driver. Signed-off-by: Baolin Wang --- drivers/tty/serial/sprd_serial.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/tty/serial/sprd_serial.c