On Sat, 21 Nov 2020 09:16:32 +0100, Christophe JAILLET wrote: > > 'pci_set_dma_mask()' + 'pci_set_consistent_dma_mask()' can be replaced by > an equivalent 'dma_set_mask_and_coherent()' which is much less verbose. It's a good cleanup, but ... > With at it replace the 'card->dev' parameter passed to a 'dev_err()' call > by an equivalent '&pci->dev' which is more consistent with the test just > one line above. ... this will make it inconsistent with other error message lines in the same function, OTOH. So I don't think this part necessary to be changed. thanks, Takashi