mirror of https://github.com/torvalds/linux.git
The NULL check can be done gracefully without cast. It fixes a
compile warning like:
sound/soc/bcm/bcm63xx-pcm-whistler.c:184:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| bcm63xx-i2s-whistler.c | ||
| bcm63xx-i2s.h | ||
| bcm63xx-pcm-whistler.c | ||
| bcm2835-i2s.c | ||
| cygnus-pcm.c | ||
| cygnus-ssp.c | ||
| cygnus-ssp.h | ||