diff options
Diffstat (limited to 'sound/isa/sb/sb8.c')
-rw-r--r-- | sound/isa/sb/sb8.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/isa/sb/sb8.c b/sound/isa/sb/sb8.c index f75eeb05c1fa..141400c01426 100644 --- a/sound/isa/sb/sb8.c +++ b/sound/isa/sb/sb8.c | |||
@@ -266,6 +266,10 @@ static int __init alsa_card_sb8_init(void) | |||
266 | i, NULL, 0); | 266 | i, NULL, 0); |
267 | if (IS_ERR(device)) | 267 | if (IS_ERR(device)) |
268 | continue; | 268 | continue; |
269 | if (!platform_get_drvdata(device)) { | ||
270 | platform_device_unregister(device); | ||
271 | continue; | ||
272 | } | ||
269 | devices[i] = device; | 273 | devices[i] = device; |
270 | cards++; | 274 | cards++; |
271 | } | 275 | } |