dma-mapping: add unlikely hint to error path in dma_mapping_error
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 26 Mar 2021 21:03:05 +0000 (22:03 +0100)
committerChristoph Hellwig <hch@lst.de>
Fri, 2 Apr 2021 14:41:08 +0000 (16:41 +0200)
commita7f3d3d3600c8ed119eb0d2483de0062ce2e3707
tree7953f4c8999648567a3d3578ff7fe3c0f3e234d2
parentca947482b0b30443e6da1f0f5ba7244e34a4f65a
dma-mapping: add unlikely hint to error path in dma_mapping_error

Zillions of drivers use the unlikely() hint when checking the result of
dma_mapping_error(). This is an inline function anyway, so we can move
the hint into the function and remove it from drivers over time.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
include/linux/dma-mapping.h