Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132840
b: refs/heads/master
c: bf3dbe5
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hilman authored and Mark Brown committed Feb 13, 2009
1 parent 1134fc0 commit 8217ff1
Show file tree
Hide file tree
Showing 3 changed files with 5 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: f1464ede550b8fda75086cb9bacf8d60fc9f6780
refs/heads/master: bf3dbe5c8c4b85f98c36d35432efa6573b75e6d3
3 changes: 2 additions & 1 deletion trunk/sound/soc/davinci/davinci-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ static int __init evm_init(void)

platform_set_drvdata(evm_snd_device, &evm_snd_devdata);
evm_snd_devdata.dev = &evm_snd_device->dev;
evm_snd_device->dev.platform_data = &evm_snd_data;
platform_device_add_data(evm_snd_device, &evm_snd_data,
sizeof(evm_snd_data));

ret = platform_device_add_resources(evm_snd_device, evm_snd_resources,
ARRAY_SIZE(evm_snd_resources));
Expand Down
3 changes: 2 additions & 1 deletion trunk/sound/soc/davinci/davinci-sffsdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ static int __init sffsdr_init(void)

platform_set_drvdata(sffsdr_snd_device, &sffsdr_snd_devdata);
sffsdr_snd_devdata.dev = &sffsdr_snd_device->dev;
sffsdr_snd_device->dev.platform_data = &sffsdr_snd_data;
platform_device_add_data(sffsdr_snd_device, &sffsdr_snd_data,
sizeof(sffsdr_snd_data));

ret = platform_device_add_resources(sffsdr_snd_device,
sffsdr_snd_resources,
Expand Down

0 comments on commit 8217ff1

Please sign in to comment.