commit | fc747e82b40ea50a62eb2aef55bedd4465607cb0 | [log] [tgz] |
---|---|---|
author | Ian McDonald <ian.mcdonald@jandi.co.nz> | Tue Aug 29 17:50:19 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 15:18:33 2006 -0700 |
tree | 31b98872a3dfe8f71740c7047ea5bd09c966e054 | |
parent | 8394e9b2faf539f82470b36c86f0485cab5278bd [diff] |
[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 <ian.mcdonald@jandi.co.nz> Signed-off-by: David S. Miller <davem@davemloft.net>