Files
linux/drivers/net/ethernet/intel/igc
Christophe JAILLET fea89930f2 igc: Remove useless DMA-32 fallback configuration
As stated in [1], dma_set_mask() with a 64-bit mask never fails if
dev->dma_mask is non-NULL.
So, if it fails, the 32 bits case will also fail for the same reason.

So, if dma_set_mask_and_coherent() succeeds, 'pci_using_dac' is known to be
1.

Simplify code and remove some dead code accordingly.

[1]: https://lkml.org/lkml/2021/6/7/398

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2022-01-27 08:58:24 -08:00
..
2021-05-20 10:21:42 -07:00
2021-12-21 09:17:47 -08:00
2021-05-26 09:11:41 -07:00
2021-12-21 09:17:47 -08:00
2021-12-21 09:17:47 -08:00
2020-06-29 18:21:09 -07:00
2020-05-19 15:01:48 -07:00
2021-07-20 16:11:36 -07:00
2021-08-27 09:31:09 -07:00
2021-08-27 09:31:09 -07:00
2021-08-27 09:31:08 -07:00
2021-05-20 10:21:42 -07:00
2021-08-27 09:31:09 -07:00
2021-03-29 09:09:53 -07:00