1
0
Fork 0
alistair23-linux/drivers/staging/goldfish
Robin Schroer 22d3970de0 staging/goldfish/goldfish_audio: fix a sparse warning
Fix a pointer check to use NULL instead of 0

Warning:
drivers/staging/goldfish/goldfish_audio.c:300:34: warning: Using plain
integer as NULL pointer

Signed-off-by: Robin Schroer <sulamiification@gmail.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-07-23 18:12:23 -07:00
..
Kconfig staging/goldfish: Add MTD dependency to KCONFIG 2013-02-07 17:16:07 -08:00
Makefile
README staging: goldfish: switch from spinlock to mutex 2014-04-16 20:12:55 -07:00
goldfish_audio.c staging/goldfish/goldfish_audio: fix a sparse warning 2014-07-23 18:12:23 -07:00
goldfish_nand.c goldfish: clean up staging ifdefs 2014-05-15 13:20:41 -07:00
goldfish_nand_reg.h goldfish: clean up staging ifdefs 2014-05-15 13:20:41 -07:00

README

Audio
-----
- Move to using the ALSA framework not faking it
- Fix the wrong user page DMA (moving to ALSA may fix that too)

NAND
----
- Remove excess checking of parameters in calls
- Use dma coherent memory not kmalloc/__pa for the memory (this is just
  a cleanliness issue not a correctness one)