From: Mark Brown Date: Sun, 19 Jun 2011 12:49:28 +0000 (+0100) Subject: ASoC: Fix DAPM sequence run for per-widget I/O methods X-Git-Tag: v3.1-rc1~271^2~2^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29376bc7e2bbb745c9ad47e48ca706ac5a24897f;p=pandora-kernel.git ASoC: Fix DAPM sequence run for per-widget I/O methods Previously we were using the DAPM context rather than a widget as the argument for update_bits() so we didn't need to care that our list walk of widgets left us one beyond the end of the list. Now we're using them for the register update we need to make sure we're pointing at an actual widget not the list_head. Fix originally suggested by Liam on IM. Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- Reading git-diff-tree failed