aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo_manager.c
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2015-11-18 16:50:55 -0800
committerStefan Agner <stefan@agner.ch>2016-02-25 16:13:16 -0800
commite291d2985b2f7d7e0eb0953d8812d3a06f111ec2 (patch)
tree6620db38318f08e25eec92e9e56a628cbf86ac38 /drivers/gpu/drm/ttm/ttm_bo_manager.c
parentefb8b49196c0cb0723024182e04072abaec96cdf (diff)
drm/fsl-dcu: remove regmap return value checks
It is not common to do regmap return value checks, especially not for memory mapped device. We can rule out most error returns since the conditions are static and we know they are ok (e.g. offset aligned to register stride). Also without proper error handling they are not really valuable for the user. Hence remove most of them. The check in the interrupt handler is worth keeping since a volatile register won't be readable in case register caching is still enabled. Signed-off-by: Stefan Agner <stefan@agner.ch>
Diffstat (limited to 'drivers/gpu/drm/ttm/ttm_bo_manager.c')
0 files changed, 0 insertions, 0 deletions