summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-06-01 15:44:20 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-06-01 15:44:20 +0530
commitd13694a0658a9fc5914b06eadcaabe9d671f70b2 (patch)
tree0ff8e4c63f6ddec31ace44aee6efedadfdc40a28
parent7d700e266a6d0de2f4275f09953f6cb65d7ce2d5 (diff)
downloadopenpower-occ-control-d13694a0658a9fc5914b06eadcaabe9d671f70b2.tar.gz
openpower-occ-control-d13694a0658a9fc5914b06eadcaabe9d671f70b2.zip
Use /dev/occ instead of /dev/occfifo
Initially, the occ fifo devices were named as /dev/occfifo1..N but it has been renamed to /dev/occ1..N. Fixes openbmc/openbmc#1696 Change-Id: Ibf37cc3f61a85a46accd678a55e1b2b6019bd6e5 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
-rw-r--r--occ_pass_through.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/occ_pass_through.hpp b/occ_pass_through.hpp
index 928a29c..070e371 100644
--- a/occ_pass_through.hpp
+++ b/occ_pass_through.hpp
@@ -72,7 +72,7 @@ class PassThrough : public Iface
* occ1 --> /dev/occfifo2
* ...
*/
- std::string devicePath = "/dev/occfifo";
+ std::string devicePath = "/dev/occ";
/** @brief File descriptor manager */
FileDescriptor fd;
OpenPOWER on IntegriCloud