Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1477586
| From | Jassi Brar <jassisinghbrar@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] Mailbox fixes for v4.8-rc |
| Date | 2016-09-06 18:30 +0200 |
| Message-ID | <serq1-4mn-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(-)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] Mailbox fixes for v4.8-rc Jassi Brar <jassisinghbrar@gmail.com> - 2016-09-06 18:30 +0200
csiph-web