Re: [PATCH] isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()

From: Jakub Kicinski
Date: Fri Mar 04 2022 - 00:16:06 EST


On Wed, 2 Mar 2022 18:57:10 -0800 Jia-Ju Bai wrote:
> The function dma_set_mask() in setup_hw() can fail, so its return value
> should be checked.
>
> Fixes: e85da794f658 ("mISDN: switch from 'pci_' to 'dma_' API")

The change under Fixes only switched the helper the driver uses,
it did not introduce the problem. The Fixes tag should point to
the earliest commit where the problem is present.