Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44831
b: refs/heads/master
c: 7372086
h: refs/heads/master
i:
  44829: 8d1696c
  44827: 116e8a3
  44823: 0bf356b
  44815: df2870a
  44799: b5ca3ba
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Dec 20, 2006
1 parent 5a209be commit d9ea2cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0153260a1e4379e70d224a7bfdf2b5c5c9b43e94
refs/heads/master: 73720861d211e2b23c3026c6adea6f758676c46f
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ static void via_config_fifo(struct pci_dev *pdev, unsigned int flags)
enable &= 3;

if (flags & VIA_SET_FIFO) {
u8 fifo_setting[4] = {0x00, 0x60, 0x00, 0x20};
static const u8 fifo_setting[4] = {0x00, 0x60, 0x00, 0x20};
u8 fifo;

pci_read_config_byte(pdev, 0x43, &fifo);
Expand Down

0 comments on commit d9ea2cf

Please sign in to comment.