Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39089e77 authored by Joachim Fenkes's avatar Joachim Fenkes Committed by Roland Dreier
Browse files

IB/ehca: Bump version number and change its format



Nobody needed the SVNEHCA_ prefix anyway.

Signed-off-by: default avatarJoachim Fenkes <fenkes@de.ibm.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 5110e4de
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -49,10 +49,12 @@
#include "ehca_tools.h"
#include "ehca_tools.h"
#include "hcp_if.h"
#include "hcp_if.h"


#define HCAD_VERSION "0024"

MODULE_LICENSE("Dual BSD/GPL");
MODULE_LICENSE("Dual BSD/GPL");
MODULE_AUTHOR("Christoph Raisch <raisch@de.ibm.com>");
MODULE_AUTHOR("Christoph Raisch <raisch@de.ibm.com>");
MODULE_DESCRIPTION("IBM eServer HCA InfiniBand Device Driver");
MODULE_DESCRIPTION("IBM eServer HCA InfiniBand Device Driver");
MODULE_VERSION("SVNEHCA_0023");
MODULE_VERSION(HCAD_VERSION);


int ehca_open_aqp1     = 0;
int ehca_open_aqp1     = 0;
int ehca_debug_level   = 0;
int ehca_debug_level   = 0;
@@ -909,7 +911,7 @@ int __init ehca_module_init(void)
	int ret;
	int ret;


	printk(KERN_INFO "eHCA Infiniband Device Driver "
	printk(KERN_INFO "eHCA Infiniband Device Driver "
	       "(Rel.: SVNEHCA_0023)\n");
	       "(Version " HCAD_VERSION ")\n");


	ret = ehca_create_comp_pool();
	ret = ehca_create_comp_pool();
	if (ret) {
	if (ret) {