[PATCH 1/2] drm/exynos: Add missing braces around sizeof in exynos_hdmi.c

2012-09-03 Thread InKi Dae
Applied. Thanks. 2012/8/31 Sachin Kamat : > Fixes the following checkpatch warnings: > WARNING: sizeof *res should be sizeof(*res) > WARNING: sizeof res->regul_bulk[0] should be sizeof(res->regul_bulk[0]) > WARNING: sizeof *res should be sizeof(*res) > > Signed-off-by: Sachin Kamat > --- > drive

Re: [PATCH 1/2] drm/exynos: Add missing braces around sizeof in exynos_hdmi.c

2012-09-02 Thread InKi Dae
Applied. Thanks. 2012/8/31 Sachin Kamat : > Fixes the following checkpatch warnings: > WARNING: sizeof *res should be sizeof(*res) > WARNING: sizeof res->regul_bulk[0] should be sizeof(res->regul_bulk[0]) > WARNING: sizeof *res should be sizeof(*res) > > Signed-off-by: Sachin Kamat > --- > drive

[PATCH 1/2] drm/exynos: Add missing braces around sizeof in exynos_hdmi.c

2012-09-01 Thread Sachin Kamat
Fixes the following checkpatch warnings: WARNING: sizeof *res should be sizeof(*res) WARNING: sizeof res->regul_bulk[0] should be sizeof(res->regul_bulk[0]) WARNING: sizeof *res should be sizeof(*res) Signed-off-by: Sachin Kamat --- drivers/gpu/drm/exynos/exynos_hdmi.c |6 +++--- 1 files cha

[PATCH 1/2] drm/exynos: Add missing braces around sizeof in exynos_hdmi.c

2012-08-31 Thread Sachin Kamat
Fixes the following checkpatch warnings: WARNING: sizeof *res should be sizeof(*res) WARNING: sizeof res->regul_bulk[0] should be sizeof(res->regul_bulk[0]) WARNING: sizeof *res should be sizeof(*res) Signed-off-by: Sachin Kamat --- drivers/gpu/drm/exynos/exynos_hdmi.c |6 +++--- 1 files cha