summaryrefslogtreecommitdiff
path: root/curvetun_mgmt_users.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-11curvetun: renamed client, server, and management filesDaniel Borkmann1-0/+760
d>Dave Gordon <david.s.gordon@intel.com>2016-08-18 18:17:23 +0100 committerTvrtko Ursulin <tvrtko.ursulin@intel.com>2016-09-05 16:05:01 +0100 commit535b2f5e12d0b04a3f34c70edcbcd43993c27f3a (patch) treea343fdb8960ece67525bd8cdc24b5c70326e0d27 parent30b0da8d556e65ff935a56cd82c05ba0516d3e4a (diff)
drm/i915/guc: downgrade some DRM_ERROR() messages to DRM_WARN()
Where we're going to continue regardless of the problem, rather than fail, then the message should be a WARNing rather than an ERROR. Signed-off-by: Dave Gordon <david.s.gordon@intel.com> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Diffstat
-rw-r--r--drivers/gpu/drm/i915/i915_guc_submission.c18
1 files changed, 7 insertions, 11 deletions
diff --git a/drivers/gpu/drm/i915/i915_guc_submission.c b/drivers/gpu/drm/i915/i915_guc_submission.c