Re: [PATCH 8/12] IPMI: system interface hotplug

2006-12-03 Thread Andrew Morton
On Fri, 1 Dec 2006 22:36:55 -0600 Corey Minyard <[EMAIL PROTECTED]> wrote: > > Add the ability to hot add and remove interfaces in the ipmi_si > driver. Any users who have the device open will get errors if they > try to send a message. > > ... > > +static int ipmi_strcasecmp(const char *s1, co

[PATCH 8/12] IPMI: system interface hotplug

2006-12-01 Thread Corey Minyard
Add the ability to hot add and remove interfaces in the ipmi_si driver. Any users who have the device open will get errors if they try to send a message. Signed-off-by: Corey Minyard <[EMAIL PROTECTED]> Index: linux-2.6.19-rc6/drivers/char/ipmi/ipmi_si_intf.c ===