]> git.baikalelectronics.ru Git - kernel.git/commit
drm/drv: Fix incorrect resolution of merge conflict
authorJanusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
Wed, 17 Apr 2019 13:32:31 +0000 (15:32 +0200)
committerDave Airlie <airlied@redhat.com>
Wed, 17 Apr 2019 20:42:22 +0000 (06:42 +1000)
commitb21d275fe313d3a2b3c377eb144d8c4f97993b4d
tree309d4317b17d036518b7e7ac342176a60f92719a
parentbe5694f079cff81a5a84d24b11b7980486fe6548
drm/drv: Fix incorrect resolution of merge conflict

Commit be5694f079cf ("BackMerge v5.1-rc5 into drm-next") incorrectly
resolved a merge conflict related to a patch having been merged twice:
- commit b334cf92f229 ("drm: Fix drm_release() and device unplug")
  introduced as a standalone fix via drm-fixes branch,
- commit d1649406e78e ("drm: Fix drm_release() and device unplug")
  applied as patch 1/2 of a series on drm-next branch.
That incorrect resolution of the conflict effectively reverted a change
introduced to drivers/gpu/drm/drm_drv.c by patch 2/2 of that series -
commit 7c25b72c1384 ("drm/drv: drm_dev_unplug(): Move out drm_dev_put()
call").  Fix it.

Fixes: be5694f079cf ("BackMerge v5.1-rc5 into drm-next")
Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190417133232.16232-1-janusz.krzysztofik@linux.intel.com
drivers/gpu/drm/drm_drv.c