diff options
Diffstat (limited to 'sound/drivers/dummy.c')
-rw-r--r-- | sound/drivers/dummy.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/drivers/dummy.c b/sound/drivers/dummy.c index ae0df549fac7..ffeafaf2ecca 100644 --- a/sound/drivers/dummy.c +++ b/sound/drivers/dummy.c | |||
@@ -677,6 +677,10 @@ static int __init alsa_card_dummy_init(void) | |||
677 | i, NULL, 0); | 677 | i, NULL, 0); |
678 | if (IS_ERR(device)) | 678 | if (IS_ERR(device)) |
679 | continue; | 679 | continue; |
680 | if (!platform_get_drvdata(device)) { | ||
681 | platform_device_unregister(device); | ||
682 | continue; | ||
683 | } | ||
680 | devices[i] = device; | 684 | devices[i] = device; |
681 | cards++; | 685 | cards++; |
682 | } | 686 | } |