drm/i915: Don't return error on sink crc stop.
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 23 Jul 2015 23:35:46 +0000 (16:35 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 29 Jul 2015 08:23:56 +0000 (10:23 +0200)
commitdcc13bcb488874568c5e2c32b43b68e069ada75c
tree008e845d35d9af4bb4dc128fb357932980272479
parentafe0d67e1f67250ddf69fc6ef9b76f4407e6815a
drm/i915: Don't return error on sink crc stop.

If we got to the point where we are trying to stop sink CRC
the main output of this function was already gotten properly,
so don't return the error and let userspace use the crc data.

Let's replace the errnos returns with some log messages.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c