
Dear Graeme Russ,
In message 1220738100.6322.10.camel@devel you wrote:
Attempt to bring i386 / sc520 inline with master
Lesson learnt - do not cut and paste into gmail
Indeed. And make sure your mailer doesn't wrap long lines...
Ideally, use git-send-email to send the messages.
--- a/board/sc520_cdp/sc520_cdp.c +++ b/board/sc520_cdp/sc520_cdp.c @@ -114,7 +114,7 @@ static void irq_init(void)
}
+#ifdef CONFIG_PCI /* PCI stuff */ static void pci_sc520_cdp_fixup_irq(struct pci_controller *hose, pci_dev_t dev)
^^^^^^^^^^^^^^^^ Line wrapped.
{ @@ -129,7 +129,7 @@ static void pci_sc520_cdp_fixup_irq(struct pci_controller *hose, pci_dev_t dev) }; static int next_irq_index=0;
char tmp_pin;
uchar tmp_pin; int pin; pci_hose_read_config_byte(hose, dev, PCI_INTERRUPT_PIN,
&tmp_pin);
^^^^^^^^^^^^ Line wrapped.
etc. etc.
Sorry, patch is corrupted again.
Best regards,
Wolfgang Denk