|
@@ -542,6 +542,7 @@ xen_swiotlb_map_sg_attrs(struct device *hwdev, struct scatterlist *sgl,
|
|
|
sg->length,
|
|
|
dir);
|
|
|
if (map == SWIOTLB_MAP_ERROR) {
|
|
|
+ dev_warn(hwdev, "swiotlb buffer is full\n");
|
|
|
/* Don't panic here, we expect map_sg users
|
|
|
to do proper error handling. */
|
|
|
xen_swiotlb_unmap_sg_attrs(hwdev, sgl, i, dir,
|