Hey Greg,
Please PULL to receive updates to soundwire subsystem
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.2-rc1
for you to fetch changes up to 4abbd783d126cabfc20d1b8d50b1d5026b5cba09:
soundwire: intel: fix implicit header use of module.h/export.h (2019-04-14 15:52:50 +0530)
---------------------------------------------------------------- soundwire updates for v5.2-rc1
This round saw interest from Intel, Linaro and Cadence in Soundwire. More patches are in pipeline (maybe next cycle)
- removal of useless initialzation in core - couple of header and kcalloc inversion fixes on Intel driver
---------------------------------------------------------------- Paul Gortmaker (1): soundwire: intel: fix implicit header use of module.h/export.h
Pierre-Louis Bossart (3): soundwire: intel: fix inversion in devm_kcalloc parameters soundwire: remove useless initializations soundwire: stream: remove useless initialization of local variable
drivers/soundwire/bus.c | 2 -- drivers/soundwire/intel.c | 5 +++-- drivers/soundwire/intel_init.c | 2 ++ drivers/soundwire/stream.c | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-)
Thanks