[GIT PULL] Mailbox fixes for v4.8-rc

From: Jassi Brar
Date: Tue Sep 06 2016 - 12:20:33 EST


Hi Linus,

The following changes since commit 5e608a027082ae426e100a582031e0ff40becc83:

Merge branch 'akpm' (patches from Andrew) (2016-08-26 23:12:12 -0700)

are available in the git repository at:

git://git.linaro.org/landing-teams/working/fujitsu/integration.git
mailbox-devel

for you to fetch changes up to a75e4a85f49e7f5d71cf0e425bc009c15ad3b5c4:

fix:mailbox:bcm-pdc-mailbox:mark symbols static where possible
(2016-08-29 18:43:39 +0530)

----------------------------------------------------------------
* 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

----------------------------------------------------------------
Baoyou Xie (1):
fix:mailbox:bcm-pdc-mailbox:mark symbols static where possible

Dan Carpenter (1):
mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown()

Rob Rice (1):
mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX

drivers/mailbox/Kconfig | 1 +
drivers/mailbox/bcm-pdc-mailbox.c | 11 ++++++-----
2 files changed, 7 insertions(+), 5 deletions(-)