diff options
-rw-r--r-- | sound/soc/bcm/cygnus-ssp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/bcm/cygnus-ssp.c b/sound/soc/bcm/cygnus-ssp.c index abafadc0b534..b733f1446353 100644 --- a/sound/soc/bcm/cygnus-ssp.c +++ b/sound/soc/bcm/cygnus-ssp.c | |||
@@ -1281,7 +1281,7 @@ static int cygnus_ssp_probe(struct platform_device *pdev) | |||
1281 | { | 1281 | { |
1282 | struct device *dev = &pdev->dev; | 1282 | struct device *dev = &pdev->dev; |
1283 | struct device_node *child_node; | 1283 | struct device_node *child_node; |
1284 | struct resource *res = pdev->resource; | 1284 | struct resource *res; |
1285 | struct cygnus_audio *cygaud; | 1285 | struct cygnus_audio *cygaud; |
1286 | int err = -EINVAL; | 1286 | int err = -EINVAL; |
1287 | int node_count; | 1287 | int node_count; |