Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293419
b: refs/heads/master
c: 7c59bc5
h: refs/heads/master
i:
  293417: 77d86d5
  293415: 77b7185
v: v3
  • Loading branch information
Shawn Guo authored and Mark Brown committed Feb 28, 2012
1 parent 849b414 commit 7776d1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb1a6453bc413841876eac2ed1d7fd9e74b118fc
refs/heads/master: 7c59bc55e476947c1ea8a019e97aa648de53f5a0
8 changes: 2 additions & 6 deletions trunk/sound/soc/fsl/mpc8610_hpcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,8 @@ static int mpc8610_hpcd_probe(struct platform_device *pdev)
const char *sprop;
const u32 *iprop;

/* We are only interested in SSIs with a codec phandle in them,
* so let's make sure this SSI has one. The MPC8610 HPCD only
* knows about the CS4270 codec, so reject anything else.
*/
codec_np = get_node_by_phandle_name(np, "codec-handle",
"cirrus,cs4270");
/* Find the codec node for this SSI. */
codec_np = of_parse_phandle(np, "codec-handle", 0);
if (!codec_np) {
dev_err(dev, "invalid codec node\n");
return -EINVAL;
Expand Down

0 comments on commit 7776d1f

Please sign in to comment.