commit | 6529db5890dd7c29c18d5118b020c5f46d398d40 | [log] [tgz] |
---|---|---|
author | Ramkumar Radhakrishnan <ramkumar@codeaurora.org> | Wed Jul 17 17:40:19 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Aug 11 16:08:39 2013 -0700 |
tree | f701b49685dd6b1e65526882ba33392ca18778da | |
parent | c760308569734efc1ebc4fa3bddd98466189864f [diff] |
msm: mdss: Return standard errno for error conditions Replace ENOTSUPP with standard lib error EOPNOTSUPP in order to update errno. Return EPERM error when VSYNC_ENABLED called in suspend state in order to reflect the actual state of the device. if no error returned applications would assume vsync events are being generated when this is not true. Change-Id: I72a7347ebecc71376884cf21b7e757f75ba9b40e Signed-off-by: Ramkumar Radhakrishnan <ramkumar@codeaurora.org>