Skip to content

Commit

Permalink
[PATCH] ipmi: bump-driver-version
Browse files Browse the repository at this point in the history
Lots of good changes to the driver lately that userspace will care about
the version of the driver.  Bump the version from 36.0 to 38.0 to be higher
than 37 that the 2.4 driver came out with a few weeks ago which doesn't
have all the same changes.

Signed-off-by: Matt Domsch <Matt_Domsch@dell.com>
Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Corey Minyard authored and Linus Torvalds committed Nov 15, 2005
1 parent d4ed803 commit 3225e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/ipmi/ipmi_msghandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

#define PFX "IPMI message handler: "

#define IPMI_DRIVER_VERSION "36.0"
#define IPMI_DRIVER_VERSION "38.0"

static struct ipmi_recv_msg *ipmi_alloc_recv_msg(void);
static int ipmi_init_msghandler(void);
Expand Down

0 comments on commit 3225e1d

Please sign in to comment.