From: Li Zefan Date: Fri, 4 Jan 2008 09:59:42 +0000 (-0800) Subject: [CONNECTOR]: Cleanup struct cn_callback_entry X-Git-Tag: v2.6.25-rc1~1162^2~871 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e32814bc89e7103e2b75b841155faf51f60a8f1;p=pandora-kernel.git [CONNECTOR]: Cleanup struct cn_callback_entry - 'cb' is a fake struct member. In a previous patch struct cn_callback was renamed to cn_callback_id, so 'cb' should have been deleted at that time. - 'nls' isn't used and is redundant, we can retrieve this data through cn_callback_entry.pdev->nls. - 'seq' and 'group' should be u32, as they are declared to be u32 in other places. Signed-off-by: Li Zefan Signed-off-by: David S. Miller --- Reading git-diff-tree failed