Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233774
b: refs/heads/master
c: 73ee652
h: refs/heads/master
v: v3
  • Loading branch information
Manjunathappa, Prakash authored and Samuel Ortiz committed Mar 2, 2011
1 parent fcb63ed commit 9f406f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9063f1f15eec35e5fd608879cef8be5728f2d12a
refs/heads/master: 73ee6524d55444dc80c691ff8602e08940df3d47
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/davinci_voicecodec.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ static int __init davinci_vc_probe(struct platform_device *pdev)

/* Voice codec interface client */
cell = &davinci_vc->cells[DAVINCI_VC_VCIF_CELL];
cell->name = "davinci_vcif";
cell->name = "davinci-vcif";
cell->driver_data = davinci_vc;

/* Voice codec CQ93VC client */
cell = &davinci_vc->cells[DAVINCI_VC_CQ93VC_CELL];
cell->name = "cq93vc";
cell->name = "cq93vc-codec";
cell->driver_data = davinci_vc;

ret = mfd_add_devices(&pdev->dev, pdev->id, davinci_vc->cells,
Expand Down

0 comments on commit 9f406f5

Please sign in to comment.