commit | c639ef431797813a9ab509e7cb5c77a080277a5b | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia@diku.dk> | Wed Sep 16 11:06:52 2009 +0200 |
committer | Eric Miao <eric.y.miao@gmail.com> | Mon Oct 12 15:30:50 2009 +0800 |
tree | ce8dcc72230bd46b1fb657a725bf04d15b70283d | |
parent | 161291396e76e0832c08f617eb9bd364d1648148 [diff] |
[ARM] pxa/csb726: adjust duplicate structure field initialization Currently the irq_type field of the csb726_lan_config structure is initialized twice. The value in the first case, SMSC911X_IRQ_POLARITY_ACTIVE_LOW, is normally stored in the irq_polarity field, so I have renamed the field in the first initialization to that. Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>