|
From: <bal...@us...> - 2007-03-19 23:33:07
|
Revision: 926
http://svn.sourceforge.net/hackndev/?rev=926&view=rev
Author: balrog-kun
Date: 2007-03-19 16:27:48 -0700 (Mon, 19 Mar 2007)
Log Message:
-----------
LD: palmld_ide: initialise hw.dev properly
Modified Paths:
--------------
linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld_ide.c
Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld_ide.c
===================================================================
--- linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld_ide.c 2007-03-19 23:14:21 UTC (rev 925)
+++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld_ide.c 2007-03-19 23:27:48 UTC (rev 926)
@@ -30,6 +30,7 @@
}
ide_std_init_ports(&hw, PALMLD_IDE_VIRT + 0x10, PALMLD_IDE_VIRT + 0xe);
+ hw.dev = &dev->dev;
hw.irq = IRQ_GPIO_PALMLD_IDE_IRQ;
set_irq_type(hw.irq, IRQT_RISING);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|