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:
parent
87ebd06f2f
commit
f7caa1b51f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue