]> git.karo-electronics.de Git - linux-beck.git/commitdiff
IB/qib: Update minor version number
authorVinit Agnihotri <vinit.abhay.agnihotri@intel.com>
Sat, 15 Jun 2013 21:11:38 +0000 (17:11 -0400)
committerRoland Dreier <roland@purestorage.com>
Sat, 22 Jun 2013 00:19:47 +0000 (17:19 -0700)
External PSM repositories have advanced the minor number for a variety
of reasons. The driver needs to increase to avoid warnings.

Signed-off-by: Vinit Agnihotri <vinit.abhay.agnihotri@intel.com>
Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/qib/qib_common.h

index d39e0183ff822ceb71fe19b3e212ef5aa1125dca..4f255b723ffd786b3378a4e7920937af9cbb72f8 100644 (file)
@@ -279,7 +279,7 @@ struct qib_base_info {
  * may not be implemented; the user code must deal with this if it
  * cares, or it must abort after initialization reports the difference.
  */
-#define QIB_USER_SWMINOR 11
+#define QIB_USER_SWMINOR 12
 
 #define QIB_USER_SWVERSION ((QIB_USER_SWMAJOR << 16) | QIB_USER_SWMINOR)