ipmi: update driver version

Enough bug fixes and changes that we need a new driver version.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Corey Minyard
2008-04-29 01:01:04 -07:00
committed by Linus Torvalds
parent 87ebd06f2f
commit f7caa1b51f

View File

@ -47,7 +47,7 @@
#define PFX "IPMI message handler: "
#define IPMI_DRIVER_VERSION "39.1"
#define IPMI_DRIVER_VERSION "39.2"
static struct ipmi_recv_msg *ipmi_alloc_recv_msg(void);
static int ipmi_init_msghandler(void);