j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2007-07-09 18:27:25 +0200 (Mon, 09 Jul 2007) New Revision: 162
Modified: openbios-devel/drivers/ide.c Log: Fix read only location write attempt
Modified: openbios-devel/drivers/ide.c =================================================================== --- openbios-devel/drivers/ide.c 2007-07-09 16:25:32 UTC (rev 161) +++ openbios-devel/drivers/ide.c 2007-07-09 16:27:25 UTC (rev 162) @@ -1293,7 +1293,7 @@
char * nodetemp_chan = "/pci/isa/ide%d"; char * nodetemp = "/pci/isa/ide%d/%s"; - char * nodebuff = "/pci/isa/ide / "; + char nodebuff[32]; phandle_t dnode;
for (i = 0; i < IDE_NUM_CHANNELS; i++) {