diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2009-11-04 08:28:12 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-04 08:28:12 -0800 |
commit | 1ea70841f07666af69e481d4ffdd6edb56db3c92 (patch) | |
tree | 13ce5927c8c752a279e811ec68d504246a33835e /drivers/block/aoe/aoechr.c | |
parent | 08cb3f60b2f866c906a5a779444b30ba8f9a93c8 (diff) |
isdn: eicon: Use offsetof
Use offsetof instead of explicit implementation.
* fixes bug with omitted & like:
len = (byte)(((T30_INFO *) 0)->station_id + 20)
* avoids compiler warnings with wrong sizes (pointer-to-char cast):
len = (byte)(&(((T30_INFO *) 0)->universal_6));
* cleans up the code
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Karsten Keil <isdn@linux-pingi.de>
Acked-by: Armin Schindler <armin@melware.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/block/aoe/aoechr.c')
0 files changed, 0 insertions, 0 deletions