commit | 54f09288f912058bdf23c4946204729ee288f444 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Fri Nov 17 12:17:14 2017 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Tue Jan 02 17:07:41 2018 +0100 |
tree | c916ebff2d95eec16027eb37c873edf71c3e7e9e | |
parent | cdd325632d4b1723d5e3bbe7c20f030fbac304ae [diff] |
drm/etnaviv: change return type of etnaviv_gem_obj_add to void This function never fails, as it does nothing more than adding the GEM object to the global device list. Making this explicit through the void return type allows to drop some unnecessary error handling. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>