Skip to content

Commit cc2115c

Browse files
committed
Merge branch 'for-3.1' into for-3.2
2 parents f998f25 + 4f6c7e1 commit cc2115c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sound/soc/blackfin/bf5xx-ad73311.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ static int snd_ad73311_configure(void)
128128
return 0;
129129
}
130130

131-
static int bf5xx_probe(struct platform_device *pdev)
131+
static int bf5xx_probe(struct snd_soc_card *card)
132132
{
133133
int err;
134134
if (gpio_request(GPIO_SE, "AD73311_SE")) {

sound/soc/kirkwood/kirkwood-i2s.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ static __devinit int kirkwood_i2s_dev_probe(struct platform_device *pdev)
424424
if (!priv->mem) {
425425
dev_err(&pdev->dev, "request_mem_region failed\n");
426426
err = -EBUSY;
427-
goto error_alloc;
427+
goto err_alloc;
428428
}
429429

430430
priv->io = ioremap(priv->mem->start, SZ_16K);

0 commit comments

Comments
 (0)