]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - sound/isa/sb/sb8.c
isa: Make the remove callback for isa drivers return void
[thirdparty/kernel/stable.git] / sound / isa / sb / sb8.c
index 438109f167d61bd28f40eb71400f01facae06877..8e3e67b9a3414f36c83af62356d3bec99abd0599 100644 (file)
@@ -192,10 +192,9 @@ static int snd_sb8_probe(struct device *pdev, unsigned int dev)
        return err;
 }
 
-static int snd_sb8_remove(struct device *pdev, unsigned int dev)
+static void snd_sb8_remove(struct device *pdev, unsigned int dev)
 {
        snd_card_free(dev_get_drvdata(pdev));
-       return 0;
 }
 
 #ifdef CONFIG_PM