Files
linux/drivers/tty/serial
Wei Yongjun 7693b331d0 tty: serial: msm_geni_serial: Fix return value check in qcom_geni_serial_probe()
In case of error, the function platform_get_resource() returns NULL
pointer not ERR_PTR(). The IS_ERR() test in the return value check
should be replaced with NULL test.

Fixes: c4f528795d ("tty: serial: msm_geni_serial: Add serial driver support for GENI based QUP")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-22 18:33:44 +01:00
..
2018-03-20 11:27:18 +01:00
2018-03-20 11:27:18 +01:00
2017-11-21 15:57:07 -08:00
2018-03-20 11:27:18 +01:00
2018-03-14 14:57:04 +01:00