]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: vchiq_core: Drop retry loop on -EINTR
authorUmang Jain <umang.jain@ideasonboard.com>
Wed, 18 Sep 2024 16:31:00 +0000 (22:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Oct 2024 09:58:47 +0000 (11:58 +0200)
commitf813dac50f32d1457da72790ceb4778fe259d687
treee4b668baa0fd35b0905c89075555496b04043c7b
parentec5d292db3bd669ea595f07cb59c500bae8ff7a4
staging: vchiq_core: Drop retry loop on -EINTR

-EINTR is returned by vchiq_queue_message() on receiving a fatal
signal to the process. Since the process is deemed to be terminated
anyway, do not retry queuing with vchiq_queue_message() on -EINTR.

Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Link: https://lore.kernel.org/r/20240918163100.870596-7-umang.jain@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c