Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55270
b: refs/heads/master
c: ddfbf2a
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed May 9, 2007
1 parent 721142b commit 2bd49fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 21d364954f5a2a97b4e378f34a13fbf296aa16ec
refs/heads/master: ddfbf2afd538b38139267f71a185eb9434465440
3 changes: 2 additions & 1 deletion trunk/drivers/hwmon/applesmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,8 @@ static int __init applesmc_init(void)
if (ret)
goto out_region;

pdev = platform_device_register_simple("applesmc", -1, NULL, 0);
pdev = platform_device_register_simple("applesmc", APPLESMC_DATA_PORT,
NULL, 0);
if (IS_ERR(pdev)) {
ret = PTR_ERR(pdev);
goto out_driver;
Expand Down

0 comments on commit 2bd49fa

Please sign in to comment.