]> git.baikalelectronics.ru Git - kernel.git/commit
drm/etnaviv: fold __etnaviv_gem_new into caller
authorLucas Stach <l.stach@pengutronix.de>
Fri, 17 Nov 2017 11:11:25 +0000 (12:11 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 2 Jan 2018 16:05:55 +0000 (17:05 +0100)
commit496e465542748c425b22b904e300391b3944da69
treeb4b04a8d84320c2c15ee4b624ea9c3d6ee147c0d
parent7d04a228da2ec5cba2fcb43d2c868c1f2a9c2e29
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>
drivers/gpu/drm/etnaviv/etnaviv_gem.c