]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'drm-atmel-hlcdc-fixes/for-4.7-rc2' of github.com:bbrezillon/linux-at91...
authorDave Airlie <airlied@redhat.com>
Fri, 3 Jun 2016 04:08:20 +0000 (14:08 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 3 Jun 2016 04:08:20 +0000 (14:08 +1000)
commitbe90ac905dc734204ba1909ab64f8c13c128ebcb
treecd158263f67e699b6c3bf6d4f99bfc5a2e467c64
parent2fc4b219654b9f15785c8ec68e2a4995c0a90de2
parent06f73e3dfc0f2ec63daf7a1c8fd52a336a9df866
Merge tag 'drm-atmel-hlcdc-fixes/for-4.7-rc2' of github.com:bbrezillon/linux-at91 into drm-fixes

Two trivial bugfixes for the atmel-hlcdc driver.

The first one is making use of __drm_atomic_helper_crtc_destroy_state()
instead of duplicating its logic in atmel_hlcdc_crtc_reset() and
risking memory leaks if other objects are added to the common CRTC
state.

The second one is fixing a possible NULL pointer dereference.

* tag 'drm-atmel-hlcdc-fixes/for-4.7-rc2' of github.com:bbrezillon/linux-at91:
  drm: atmel-hlcdc: fix a NULL check
  drm: atmel-hlcdc: fix atmel_hlcdc_crtc_reset() implementation