From: Adam Baker Date: Sun, 10 Feb 2008 21:48:19 +0000 (+0100) Subject: rt2x00: correct address calc for queue private data X-Git-Tag: v2.6.26-rc1~1138^2~530^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231be4e92cc0398781e6acda0e3f8ea54a7fa10f;p=pandora-kernel.git rt2x00: correct address calc for queue private data When calculating the offset to add to the queue entry base to get the individual entry's private data area the base address must be treated as a char * not a struct queue_entry so we can do byte oriented pointer arithmetic with it. Signed-off-by: Adam Baker Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed