From: Corey Minyard Date: Tue, 29 Apr 2008 08:01:04 +0000 (-0700) Subject: ipmi: update driver version X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f7caa1b51fa526586c9d9a4582b5f8af440909d7;p=linux-beck.git ipmi: update driver version Enough bug fixes and changes that we need a new driver version. Signed-off-by: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c index b75e2c549720..5c0abafa3e1a 100644 --- a/drivers/char/ipmi/ipmi_msghandler.c +++ b/drivers/char/ipmi/ipmi_msghandler.c @@ -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);