mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ipmi: bump-driver-version
@ 2005-11-14 14:32 Corey Minyard
  0 siblings, 0 replies; only message in thread
From: Corey Minyard @ 2005-11-14 14:32 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel


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>

--- linux-2.6/drivers/char/ipmi/ipmi_msghandler.c.orig	Mon Nov  7 14:26:14 2005
+++ linux-2.6/drivers/char/ipmi/ipmi_msghandler.c	Mon Nov  7 14:26:20 2005
@@ -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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-14 14:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-14 14:32 [PATCH] ipmi: bump-driver-version Corey Minyard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome