From: Axel Lin Date: Wed, 12 Aug 2015 03:08:37 +0000 (+0800) Subject: ASoC: cs42l52: Use case range at appropriate place X-Git-Tag: omap-for-v4.3/fixes-rc1~91^2~7^2~17^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4caae9546d2cf7dbc7a12d451f847d7b58912bda;p=pandora-kernel.git ASoC: cs42l52: Use case range at appropriate place The readable registers are in continuous range: 0x01 ~ 0x34. Use case range syntax makes the code shorter with better readability when we have a large number of continuous switch cases. No functional change with this patch. Signed-off-by: Axel Lin Acked-by: Brian Austin Signed-off-by: Mark Brown --- Reading git-diff-tree failed