commit | e13a3183dae4f511821c4ad1e317a2b132051d4c | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Dec 22 21:22:25 2017 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Jan 19 15:33:58 2018 +0200 |
tree | 942dd89605b003527d0223ae74ce92b7cf5d84a0 | |
parent | 3019062905533ccd71b535f6e5c3ed7e9bb195e0 [diff] |
drm/i915: Nuke a pointless unreachable() The unreachable() is very much unreachable and the compiler knows that, so there's no point in having it. Cc: Ben Widawsky <ben@bwidawsk.net> Cc: Jason Ekstrand <jason@jlekstrand.net> Cc: Daniel Stone <daniels@collabora.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20171222192231.17981-3-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>