deviced: Remove unnecessary initialization 15/35015/2
authorJiyoung Yun <jy910.yun@samsung.com>
Fri, 6 Feb 2015 02:47:05 +0000 (11:47 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Mon, 9 Feb 2015 06:46:12 +0000 (22:46 -0800)
commit74d7482d9f5e479685abc82a28a531e13bc439d5
tree1fdddaf4e84de91e949a34582ca9ffcb2e7b8303
parent0b90503f8dcf8f68e052a71da103bc5634d833eb
deviced: Remove unnecessary initialization

DEVICE_PRIORITY_NORMAL value is zero.
And static structure value is initilized zero automatically.
Do not need to reassign the same value.

Change-Id: Ib03242ebbf246ee8fbfc0f099cd5808886cfb68a
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
21 files changed:
src/apps/apps.c
src/battery/battery-time.c
src/battery/lowbat-handler.c
src/bs/bs.c
src/control/control.c
src/core/sig-handler.c
src/cpu/cpu-handler.c
src/earjack/earjack.c
src/gpio/gpio.c
src/haptic/haptic.c
src/led/ir.c
src/led/torch.c
src/mmc/mmc-handler.c
src/power/power-handler.c
src/proc/cpu-info.c
src/proc/pmon-handler.c
src/proc/proc-handler.c
src/storage/storage.c
src/ta/ta-handler.c
src/telephony/telephony.c
src/time/time-handler.c