commit | cdd325632d4b1723d5e3bbe7c20f030fbac304ae | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Fri Nov 17 12:11:25 2017 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Tue Jan 02 17:05:55 2018 +0100 |
tree | b4b04a8d84320c2c15ee4b624ea9c3d6ee147c0d | |
parent | 783c06cb9c9072ff87903cce73317209b3af8568 [diff] |
drm/etnaviv: fold __etnaviv_gem_new into caller This function has only one caller and it isn't expected that there will be any more in the future. Folding this function into the caller is helping the readability. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>