From: Dimitris Papastamos Date: Thu, 26 Aug 2010 15:07:23 +0000 (+0100) Subject: ARM: S3C64XX: Fix fallthrough bug in i2sv3 gpio configuration, improve logging X-Git-Tag: v2.6.37-rc1~126^2~1^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4b6b74ffd32d114227a5dcfe814e2cecd80554b;p=pandora-kernel.git ARM: S3C64XX: Fix fallthrough bug in i2sv3 gpio configuration, improve logging If the platform device id is 1, the code will fallthrough the case and incorrectly return -EINVAL. Add a break to avoid fallthrough. Make logging slightly more verbose by including the device id. This fixes an issue only present in multi-component. Signed-off-by: Dimitris Papastamos Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed