commit | 26bace295bebb479ab3309d3420af7db8fc79dd3 | [log] [tgz] |
---|---|---|
author | Alan Kwong <akwong@codeaurora.org> | Fri May 13 09:42:55 2016 -0400 |
committer | Narendra Muppalla <NarendraM@codeaurora.org> | Tue Feb 21 11:02:41 2017 -0800 |
tree | 5ee387c24e0a042ae01661a7282143ea8a00227e | |
parent | cecb14a5907754751e68bff6f217a6e797b8c35b [diff] |
msm: sde: Add error code for unsupported rotator version Although rotator driver checks for hardware version, and rejects unsupported version. But it does not return error code to indicate error condition, and causes driver crash. This fix adds error code to unsupported version, so upper layer can properly handling the condition. CRs-Fixed: 1015335 Change-Id: If83199b5990a3623b1018058d2164862352902b7 Signed-off-by: Alan Kwong <akwong@codeaurora.org>