OSDN Git Service

[PATCH] bonding: remove a warning with gcc 3
authorWilly TARREAU <willy@pcw.(none)>
Sun, 7 May 2006 19:35:47 +0000 (21:35 +0200)
committerWilly TARREAU <willy@pcw.(none)>
Sun, 7 May 2006 19:35:47 +0000 (21:35 +0200)
commit96349d47f0ee11eae1f892052a174cbaf819203e
tree8bb094431d964b35304d653ce3fd1e3e59bf81a8
parent429efe1830dfecd764a81d8c50718100219136ce
[PATCH] bonding: remove a warning with gcc 3

GCC 3 emits a warning on bond_alb:1278 because of a deprecated way
to cast a pointer in an assignment. This trivial fix silents it.

Signed-off-by: Willy Tarreau <willy@w.ods.org>
- Willy
drivers/net/bonding/bond_alb.c