From: Daniel Lezcano Date: Wed, 3 Apr 2013 12:15:18 +0000 (+0000) Subject: ARM: tegra: cpuidle: remove useless initialization X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~92^2~2^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0697598db56179dbaa9376f29703f6b94751a73f;p=pandora-kernel.git ARM: tegra: cpuidle: remove useless initialization dev->state_count is initialized automatically by cpuidle_register_device(). When drv->state_count is equal to dev->state_count, no need to init this field, so removing it. Signed-off-by: Daniel Lezcano Reviewed-by: Joseph Lo Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed