-
Emmanuel Grumbach authored
CMD_SYNC is really 0 which is confusing: if (cmd.flags & CMD_SYNC) is always false. Fix this by simply removing its definition. Signed-off-by:
Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Emmanuel Grumbach authoredCMD_SYNC is really 0 which is confusing: if (cmd.flags & CMD_SYNC) is always false. Fix this by simply removing its definition. Signed-off-by:
Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Loading