commit | 8f35d920baa8c9a43ff30fddcc88618abcdf6c18 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Thu Jun 30 16:43:40 2016 -0700 |
committer | Greg Kaiser <gkaiser@google.com> | Fri Jul 08 18:16:16 2016 -0700 |
tree | 4b1222f7b6d2ff01184e988ba639a94ec20df686 | |
parent | 3e416aecdfb89b5756ff69d789b64de4e5d81caf [diff] |
hwcomposer: Fix compiler warnings For our prepare and set methods, starting in HWC 1.0 we're assured that numDisplays is at least 1 and displays[0] is non-NULL, so we're okay with not explicitly checking that. We also fix a minor typo while we're in here. Change-Id: Ia5452a9b3b48e1d6697562a2a9e0ea4d415df5c4