mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
The legacy ISA probe tries to probe the card repeatedly, and this
would conflict with the refactoring using devres. Put the card
creation out of the loop and only probe GUS object repeatedly.
Fixes:
|
||
---|---|---|
.. | ||
gus_dma.c | ||
gus_dram.c | ||
gus_io.c | ||
gus_irq.c | ||
gus_main.c | ||
gus_mem.c | ||
gus_mem_proc.c | ||
gus_mixer.c | ||
gus_pcm.c | ||
gus_reset.c | ||
gus_tables.h | ||
gus_timer.c | ||
gus_uart.c | ||
gus_volume.c | ||
gusclassic.c | ||
gusextreme.c | ||
gusmax.c | ||
interwave-stb.c | ||
interwave.c | ||
Makefile |