drm/i915: Propagate "_probe" function name suffix down
authorJanusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
Fri, 12 Jul 2019 11:24:30 +0000 (13:24 +0200)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 12 Jul 2019 12:05:12 +0000 (13:05 +0100)
commit0b61b8b07f6bc54b3e255bc40f63c3adfa968594
tree974d8740e7c141d2831fff6f98de16696a9786fe
parent78dae1ac35dd0c50d0f118e886b1f466cb9311fe
drm/i915: Propagate "_probe" function name suffix down

Similar to the "_release" and "_remove" cases, consequently replace
"_init" components of names of functions called from
i915_driver_probe() with "_probe" suffixes for better code readability.

Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20190712112429.740-7-janusz.krzysztofik@linux.intel.com
drivers/gpu/drm/i915/i915_drv.c