Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94870
b: refs/heads/master
c: 97094dc
h: refs/heads/master
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and Linus Torvalds committed Apr 29, 2008
1 parent 8ad7599 commit e6bb89f
Show file tree
Hide file tree
Showing 2 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: c9a3f6d6f541915bd7451fc7e9cb23a8b33a3ab8
refs/heads/master: 97094dcf5cefc8ccfdf93839f54dac2c4d316165
4 changes: 2 additions & 2 deletions trunk/drivers/pcmcia/pcmcia_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ void __init pcmcia_setup_ioctl(void) {
major_dev = i;

#ifdef CONFIG_PROC_FS
proc_pccard = proc_mkdir("pccard", proc_bus);
proc_pccard = proc_mkdir("bus/pccard", NULL);
if (proc_pccard)
create_proc_read_entry("drivers",0,proc_pccard,proc_read_drivers,NULL);
#endif
Expand All @@ -798,7 +798,7 @@ void __exit pcmcia_cleanup_ioctl(void) {
#ifdef CONFIG_PROC_FS
if (proc_pccard) {
remove_proc_entry("drivers", proc_pccard);
remove_proc_entry("pccard", proc_bus);
remove_proc_entry("bus/pccard", NULL);
}
#endif
if (major_dev != -1)
Expand Down

0 comments on commit e6bb89f

Please sign in to comment.