diff options
author | Changbin Du <changbin.du@intel.com> | 2016-12-27 13:25:06 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | 2017-01-09 11:05:56 +0800 |
commit | 39762ad437f1149b904e6baeaf28824da34a89c1 (patch) | |
tree | 35dfd59a192e23c7a51f132dab39b467cc4aeadb | |
parent | a12010534d0984f91bc5bdcf9e27bd55e20d82da (diff) |
drm/i915/gvt: fix return value in mul_force_wake_write
All mmio handlers should return a negetive value for failure, not 1.
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>