OSDN Git Service

tty:serial:mvebu-uart:fix a wrong return
authortangbin <tangbin@cmss.chinamobile.com>
Thu, 5 Mar 2020 01:38:23 +0000 (09:38 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Mar 2020 13:15:01 +0000 (14:15 +0100)
commit6c1f86b2e5ec2c74f7165caca6e9c2e7c3714dfd
treed588346d9c626032a90e4be68d06b93b0ca4ee29
parent6f0416c0a89f94389ee20471ee623e8f0bbc15b7
tty:serial:mvebu-uart:fix a wrong return

commit 4a3e208474204e879d22a310b244cb2f39e5b1f8 upstream.

in this place, the function should return a
negative value and the PTR_ERR already returns
a negative,so return -PTR_ERR() is wrong.

Signed-off-by: tangbin <tangbin@cmss.chinamobile.com>
Cc: stable <stable@vger.kernel.org>
Acked-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200305013823.20976-1-tangbin@cmss.chinamobile.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mvebu-uart.c