From: Ian McDonald Date: Wed, 30 Aug 2006 00:50:19 +0000 (-0700) Subject: [DCCP]: Tidyup CCID3 list handling X-Git-Tag: v2.6.19-rc1~1272^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc747e82b40ea50a62eb2aef55bedd4465607cb0;p=pandora-kernel.git [DCCP]: Tidyup CCID3 list handling As Arnaldo Carvalho de Melo points out I should be using list_entry in case the structure changes in future. Current code functions but is reliant on position and requires type cast. Noticed when doing this that I have one more variable than I needed so removing that also. Signed off by: Ian McDonald Signed-off-by: David S. Miller --- Reading git-diff-tree failed