mirror of https://github.com/torvalds/linux.git
In acp3x_audio_probe() platform_get_irq() may return error, but i2s_irq now
is unsigned int so the error handling is never triggered.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| acp3x-i2s.c | ||
| acp3x-pcm-dma.c | ||
| acp3x.h | ||
| chip_offset_byte.h | ||
| pci-acp3x.c | ||