From: Julia Lawall Date: Wed, 16 Sep 2009 09:06:52 +0000 (+0200) Subject: [ARM] pxa/csb726: adjust duplicate structure field initialization X-Git-Tag: v2.6.32-rc5~36^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c639ef431797813a9ab509e7cb5c77a080277a5b;p=pandora-kernel.git [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 Signed-off-by: Eric Miao --- Reading git-diff-tree failed