We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f998f25 + 4f6c7e1 commit cc2115cCopy full SHA for cc2115c
sound/soc/blackfin/bf5xx-ad73311.c
@@ -128,7 +128,7 @@ static int snd_ad73311_configure(void)
128
return 0;
129
}
130
131
-static int bf5xx_probe(struct platform_device *pdev)
+static int bf5xx_probe(struct snd_soc_card *card)
132
{
133
int err;
134
if (gpio_request(GPIO_SE, "AD73311_SE")) {
sound/soc/kirkwood/kirkwood-i2s.c
@@ -424,7 +424,7 @@ static __devinit int kirkwood_i2s_dev_probe(struct platform_device *pdev)
424
if (!priv->mem) {
425
dev_err(&pdev->dev, "request_mem_region failed\n");
426
err = -EBUSY;
427
- goto error_alloc;
+ goto err_alloc;
428
429
430
priv->io = ioremap(priv->mem->start, SZ_16K);
0 commit comments