Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270609
b: refs/heads/master
c: d890a1a
h: refs/heads/master
i:
  270607: 8fe814c
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Sep 20, 2011
1 parent ed0c31c commit b56acf2
Show file tree
Hide file tree
Showing 3 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: ded71dcb77ae0dee71fdb9c4e2d2b3dc3d1b7693
refs/heads/master: d890a1a42dff2e6987f04f18fc9e467b10e99cc9
2 changes: 1 addition & 1 deletion trunk/sound/soc/fsl/mpc8610_hpcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ static int mpc8610_hpcd_probe(struct platform_device *pdev)
return 0;

error_sound:
platform_device_unregister(sound_device);
platform_device_put(sound_device);
error:
kfree(machine_data);
error_alloc:
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/fsl/p1022_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ static int p1022_ds_probe(struct platform_device *pdev)

error:
if (sound_device)
platform_device_unregister(sound_device);
platform_device_put(sound_device);

kfree(mdata);
error_put:
Expand Down

0 comments on commit b56acf2

Please sign in to comment.