Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75830
b: refs/heads/master
c: 2344c6d
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 25, 2008
1 parent c368c2c commit f33a32c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 15147ffd57576fc00a23ad8a020ff46493a4f924
refs/heads/master: 2344c6de6b6f2a4b07e4416aac9522d23e00d7bc
3 changes: 1 addition & 2 deletions trunk/drivers/pcmcia/ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@ pcmcia_create_newid_file(struct pcmcia_driver *drv)
{
int error = 0;
if (drv->probe != NULL)
error = sysfs_create_file(&drv->drv.kobj,
&driver_attr_new_id.attr);
error = driver_create_file(&drv->drv, &driver_attr_new_id);
return error;
}

Expand Down

0 comments on commit f33a32c

Please sign in to comment.