CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/21 17:30:02
Modified files:
sys/dev/pci/drm: drm_linux.c
sys/dev/pci/drm/include/linux: iommu.h
Log message:
change iommu_map_sgtable() return type from size_t to ssize_t
Should be signed as error paths return -ENOMEM. Linux made the same
change a few years ago.
