[PATCH 2/2] drm/etnaviv: remove generic GPU init failure reporting

2016-06-20 Thread Christian Gmeiner
2016-06-17 12:42 GMT+02:00 Lucas Stach : > The GPU init path now reports any errors which might occur more accurately > than what is possible with the generic "something failed" message. > > Remove the generic reporting, so we don't log an error into dmesg anymore > if any of the GPU cores are igno

[PATCH 2/2] drm/etnaviv: remove generic GPU init failure reporting

2016-06-17 Thread Lucas Stach
The GPU init path now reports any errors which might occur more accurately than what is possible with the generic "something failed" message. Remove the generic reporting, so we don't log an error into dmesg anymore if any of the GPU cores are ignored. Signed-off-by: Lucas Stach --- drivers/gpu