remarkable-linux/drivers/char/ipmi
Alexey Dobriyan 3542ae4c17 Tweak /proc/ipmi removal
Driver does
	proc_mkdir("ipmi", NULL);
but
	remove_proc_entry(proc_ipmi_root->name, &proc_root);

This is OK and working if only slightly inconsistent.  Also changing
proc_root to NULL will help OpenVZ which has multiple proc roots and, as we
now know, requires matching parents in such cases.

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Cc: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-17 08:42:51 -07:00
..
ipmi_bt_sm.c
ipmi_devintf.c Convert from class_device to device in drivers/char 2007-10-12 14:51:04 -07:00
ipmi_kcs_sm.c
ipmi_msghandler.c Tweak /proc/ipmi removal 2007-10-17 08:42:51 -07:00
ipmi_poweroff.c drivers/char/ipmi/ipmi_poweroff.c: lower printk severity 2007-07-16 09:05:52 -07:00
ipmi_si_intf.c signedness: module_param_array nump argument 2007-10-14 12:41:52 -07:00
ipmi_si_sm.h
ipmi_smic_sm.c
ipmi_watchdog.c Revert "ipmi: add new IPMI nmi watchdog handling" 2007-05-14 15:24:24 -07:00
Kconfig Use menuconfig objects II - IPMI 2007-07-16 09:05:40 -07:00
Makefile