projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
839ec54
)
hpilo: increment version
author
David Altobelli
<david.altobelli@hp.com>
Thu, 29 Jan 2009 22:25:23 +0000
(14:25 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 30 Jan 2009 02:04:45 +0000
(18:04 -0800)
Bump hpilo module version to indicate that the open/close bug is fixed.
Signed-off-by: David Altobelli <david.altobelli@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/misc/hpilo.c
patch
|
blob
|
history
diff --git
a/drivers/misc/hpilo.c
b/drivers/misc/hpilo.c
index 05e298289238f77c2418094d06ef494bc944ed53..10c421b73eaf95d3d8e9deb1b793868426d3430d 100644
(file)
--- a/
drivers/misc/hpilo.c
+++ b/
drivers/misc/hpilo.c
@@
-758,7
+758,7
@@
static void __exit ilo_exit(void)
class_destroy(ilo_class);
}
-MODULE_VERSION("0.0
5
");
+MODULE_VERSION("0.0
6
");
MODULE_ALIAS(ILO_NAME);
MODULE_DESCRIPTION(ILO_NAME);
MODULE_AUTHOR("David Altobelli <david.altobelli@hp.com>");