commit | 0fc779cd3d86491cae7643d1d8cb59cb91333465 | [log] [tgz] |
---|---|---|
author | Jaehoon Chung <jh80.chung@samsung.com> | Mon Jul 09 21:20:34 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:23 2012 +0200 |
tree | 63844a04dfc30dc4b14e9e7cd7f82943ac6a5883 | |
parent | e7c50c2f0250a646527045cf308fed97f9b8863e [diff] |
ARM: EXYNOS: fixed compiler warning message Removed [-Wuninitialized] warning message. The fout_sel is assigned to "-1" by default. And start, gpio_func is initialized to 0. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>