From: Ville Syrjälä Date: Thu, 17 Oct 2013 10:35:00 +0000 (+0300) Subject: drm: Consistently return -ENOENT when a mode object can't be found X-Git-Tag: v3.13-rc1~76^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f27657f2ea7ffc07cc5bd19e7b9f937b4451bbc8;p=pandora-kernel.git drm: Consistently return -ENOENT when a mode object can't be found We tend to return -EINVAL for everything. Let's try to help poor userland developers a bit by at least returning -ENONET for missing objects. Signed-off-by: Ville Syrjälä Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed