j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: agraf Date: 2009-12-21 10:57:53 +0100 (Mon, 21 Dec 2009) New Revision: 647
Modified: trunk/openbios-devel/drivers/escc.c Log: I accidently set props[0] twice instead of going through both elements.
Signed-off-by: Alexander Graf agraf@suse.de
Modified: trunk/openbios-devel/drivers/escc.c =================================================================== --- trunk/openbios-devel/drivers/escc.c 2009-12-18 23:38:08 UTC (rev 646) +++ trunk/openbios-devel/drivers/escc.c 2009-12-21 09:57:53 UTC (rev 647) @@ -418,8 +418,8 @@ OLDWORLD(set_property(dnode, "AAPL,interrupts", (char *)&props, 1 * sizeof(cell)));
- props[0] = 0; props[0] = (0x24) + offset; + props[1] = 0; NEWWORLD(set_property(dnode, "interrupts", (char *)&props, 2 * sizeof(cell)));