Re: [LinuxBIOS] flashrom: mcp55 enable bit comment wrong?

2007-08-01 Thread Ed Swierk
On 8/1/07, Carl-Daniel Hailfinger <[EMAIL PROTECTED]> wrote: > Hi, > > > static int enable_flash_mcp55(struct pci_dev *dev, char *name) > > { > > unsigned char old, new, byte; > > unsigned short word; > > > > /* Set the 4MB enable bit bit */ > wrong comment, probably copy-pa

[LinuxBIOS] flashrom: mcp55 enable bit comment wrong?

2007-08-01 Thread Carl-Daniel Hailfinger
Hi, > static int enable_flash_mcp55(struct pci_dev *dev, char *name) > { > unsigned char old, new, byte; > unsigned short word; > > /* Set the 4MB enable bit bit */ wrong comment, probably copy-pasted? > byte = pci_read_byte(dev, 0x88); > byte |= 0xff;