drm/drm_fb_helper: Remove unnecessary braces
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 15 Nov 2012 03:43:30 +0000 (03:43 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Nov 2012 05:35:32 +0000 (15:35 +1000)
commit96081cdfae35c1e332be42d89dee278c72d8915d
tree112fb46429eb17ebc63558bd56790126a428253a
parentd56b1b9d48fe266685eb6025c979150e86bb2c6d
drm/drm_fb_helper: Remove unnecessary braces

Remove unnecessary braces to silence the following type of
checkpatch warnings:
WARNING: braces {} are not necessary for single statement blocks
WARNING: braces {} are not necessary for any arm of this statement

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_fb_helper.c