]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Thu, 1 Aug 2013 21:06:04 +0000 (14:06 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 1 Aug 2013 21:06:04 +0000 (14:06 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index e91aee982b86f2fa69906546665ac1f3d6e542b4..89e93c0e304efaa7e24598ec68d2d69c4c2fa8b0 100644 (file)
--- a/meta
+++ b/meta
@@ -1,8 +1,9 @@
 Version: 1
-Previous: 65678bbc9580f725b5555d9ccdbd243ebe42c109
-Head: 70b4ad3dd39b5e2fc0e46f16c8ea2eb2670b7991
+Previous: 8c9760516cdd7fb4d852962d0a8ddf66aefa2970
+Head: 4209b17d0db55554e7b256bd78067a8a20ff36de
 Applied:
   acm1: 70b4ad3dd39b5e2fc0e46f16c8ea2eb2670b7991
+  refresh-temp: 4209b17d0db55554e7b256bd78067a8a20ff36de
 Unapplied:
   dev-name2ip: 8e00708e882239292492e13aa51c82042255933c
   dev-addrsize: 8de02c47fbf595132105a7050ad6f755f49f9a7a
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..71b1a06
--- /dev/null
@@ -0,0 +1,21 @@
+Bottom: 2af13f9338509cafcd8b939cb552a81e333b4b88
+Top:    d2c01889a9537a4f719bae5b8906b494e0e75852
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2013-08-01 14:06:04 -0700
+
+Refresh of acm1
+
+---
+
+diff --git a/src/acm.c b/src/acm.c
+index 09051dc..b19582c 100644
+--- a/src/acm.c
++++ b/src/acm.c
+@@ -3080,7 +3080,7 @@ static void acm_ep_up(struct acm_port *port, uint16_t pkey_index)
+       ret = acm_assign_ep_names(ep);
+       if (ret) {
+-              acm_log(0, "ERROR - unable to assign EP name\n");
++              acm_log(0, "ERROR - unable to assign EP name for pkey 0x%x\n", pkey);
+               goto err0;
+       }