]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Sep 2016 18:15:07 +0000 (11:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Sep 2016 18:15:07 +0000 (11:15 -0700)
commit883f1f90b8bde1ad58e123139d6db3e676845c67
tree3d5bc852bf109c3e22c00b3edb98f586d44a2e12
parent10caa5f6b1dd3ace76346c5c63dd5e36da69ef8c
parentb3d42190cf01e3b1988a429dd625cfdc09345085
Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integration

Pull mailbox fixes from Jassi Brar:
 "Misc fixes for BCM mailbox driver

   - Fix build warnings by making static functions used within the file.
   - Check for potential NULL before dereferencing
   - Fix link error by defining HAS_DMA dependency"

* 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integration:
  fix:mailbox:bcm-pdc-mailbox:mark symbols static where possible
  mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown()
  mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX