Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94163
b: refs/heads/master
c: af2afd2
h: refs/heads/master
i:
  94161: 0564789
  94159: 30f2223
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Apr 28, 2008
1 parent f76f1c7 commit c39f7f2
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: 9e3f0ca812ab8fa3f4e65ade41bf6fb936f14e15
refs/heads/master: af2afd247f0fae25d66f210fb800fe6a2958366e
2 changes: 1 addition & 1 deletion trunk/drivers/video/aty/aty128fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ static int __devinit aty128_init(struct pci_dev *pdev, const struct pci_device_i

/* range check to make sure */
if (ent->driver_data < ARRAY_SIZE(r128_family))
strncat(video_card, r128_family[ent->driver_data], sizeof(video_card));
strlcat(video_card, r128_family[ent->driver_data], sizeof(video_card));

printk(KERN_INFO "aty128fb: %s [chip rev 0x%x] ", video_card, chip_rev);

Expand Down

0 comments on commit c39f7f2

Please sign in to comment.