Files
linux/drivers
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-02 10:44:44 +01:00
2018-03-14 15:39:33 -04:00
2018-03-08 10:39:58 -07:00
2018-03-12 15:11:59 +05:30
2018-01-22 16:45:26 +01:00
2018-03-20 11:27:18 +01:00
2018-03-20 11:27:18 +01:00