diff options
Diffstat (limited to 'lib/swiotlb.c')
-rw-r--r-- | lib/swiotlb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/swiotlb.c b/lib/swiotlb.c index 4e8686c7e5a4..cdc051eaf667 100644 --- a/lib/swiotlb.c +++ b/lib/swiotlb.c | |||
@@ -502,6 +502,7 @@ phys_addr_t swiotlb_tbl_map_single(struct device *hwdev, | |||
502 | 502 | ||
503 | not_found: | 503 | not_found: |
504 | spin_unlock_irqrestore(&io_tlb_lock, flags); | 504 | spin_unlock_irqrestore(&io_tlb_lock, flags); |
505 | dev_warn(hwdev, "swiotlb buffer is full\n"); | ||
505 | return SWIOTLB_MAP_ERROR; | 506 | return SWIOTLB_MAP_ERROR; |
506 | found: | 507 | found: |
507 | spin_unlock_irqrestore(&io_tlb_lock, flags); | 508 | spin_unlock_irqrestore(&io_tlb_lock, flags); |