Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100924
b: refs/heads/master
c: 043fbc0
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Baryshkov authored and Russell King committed Jun 2, 2008
1 parent efdb684 commit 4703bda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c5926d4e8d0f3d36688df4652b8f9f9ef0d7945
refs/heads/master: 043fbc099af0fc0ec94112c7235b7544147149f4
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-pxa/corgi_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ static int __devinit corgipm_init(void)
{
int ret;

if (!machine_is_corgi() && !machine_is_shepherd()
&& !machine_is_husky())
return -ENODEV;

corgipm_device = platform_device_alloc("sharpsl-pm", -1);
if (!corgipm_device)
return -ENOMEM;
Expand Down

0 comments on commit 4703bda

Please sign in to comment.