]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irq
authorKefeng Wang <wangkefeng.wang@huawei.com>
Sat, 24 Sep 2016 09:14:24 +0000 (17:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Sep 2016 10:57:16 +0000 (12:57 +0200)
commit35aa33cf0b35af6f2f1d8fb81eea8cf723c65239
treebbb53ab9dfc0927c5b5914674405bdcf40caf0a3
parentb94b10aaa3532482fdf0e4b4721af4ee61c28281
tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irq

Don't complain on -EPROBE_DEFER when attempting to get the irq.
the driver probe will be retried later.

Cc: Russell King <linux@armlinux.org.uk>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c