mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-07 20:54:50 +00:00
The current Gelic Etherenet driver was checking the return value of its
dma_map_single call, and not using the dma_mapping_error() routine.
Fixes runtime problems like these:
DMA-API: ps3_gelic_driver sb_05: device driver failed to check map error
WARNING: CPU: 0 PID: 0 at kernel/dma/debug.c:1027 .check_unmap+0x888/0x8dc
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| ps3_gelic_net.c | ||
| ps3_gelic_net.h | ||
| ps3_gelic_wireless.c | ||
| ps3_gelic_wireless.h | ||
| spider_net_ethtool.c | ||
| spider_net.c | ||
| spider_net.h | ||
| tc35815.c | ||