[PATCH RFC] drm/radeon/ci add comment to document intentionally unreachable code

2016-07-27 Thread Alex Deucher
On Tue, Jul 19, 2016 at 3:54 PM, Nicholas Mc Guire wrote: > commit d967be9b80a5 ("drm/radeon/ci: disable needless sclk changes") > introduces an unreachable if(C != C) conditional code section > flagged by coccinelle script bad_conditional.cocci: > > Add a comment to make it clear that this is

[PATCH RFC] drm/radeon/ci add comment to document intentionally unreachable code

2016-07-19 Thread Nicholas Mc Guire
commit d967be9b80a5 ("drm/radeon/ci: disable needless sclk changes") introduces an unreachable if(C != C) conditional code section flagged by coccinelle script bad_conditional.cocci: Add a comment to make it clear that this is intentional. Fixes: d967be9b80a5 ("drm/radeon/ci: disable needles