[ARM] pxa/csb726: adjust duplicate structure field initialization
authorJulia Lawall <julia@diku.dk>
Wed, 16 Sep 2009 09:06:52 +0000 (11:06 +0200)
committerEric Miao <eric.y.miao@gmail.com>
Mon, 12 Oct 2009 07:30:50 +0000 (15:30 +0800)
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>

No differences found