diff options
Diffstat (limited to 'sound/isa/sscape.c')
-rw-r--r-- | sound/isa/sscape.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/isa/sscape.c b/sound/isa/sscape.c index 532f6e0eff0b..d2a856f0fde2 100644 --- a/sound/isa/sscape.c +++ b/sound/isa/sscape.c | |||
@@ -1438,6 +1438,10 @@ static int __init sscape_manual_probe(void) | |||
1438 | i, NULL, 0); | 1438 | i, NULL, 0); |
1439 | if (IS_ERR(device)) | 1439 | if (IS_ERR(device)) |
1440 | continue; | 1440 | continue; |
1441 | if (!platform_get_drvdata(device)) { | ||
1442 | platform_device_unregister(device); | ||
1443 | continue; | ||
1444 | } | ||
1441 | platform_devices[i] = device; | 1445 | platform_devices[i] = device; |
1442 | } | 1446 | } |
1443 | return 0; | 1447 | return 0; |