Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17627
b: refs/heads/master
c: 2a9f617
h: refs/heads/master
i:
  17625: 3a06c14
  17623: 244e3a8
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Jan 10, 2006
1 parent fb053ad commit 0571e9d
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: f4a41836f1215ae1835c3f00316b20bb32cbfe99
refs/heads/master: 2a9f61702608b6ae7905063278b832439e608938
2 changes: 1 addition & 1 deletion trunk/drivers/video/asiliantfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ asiliantfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent)
if (!request_mem_region(addr, size, "asiliantfb"))
return -EBUSY;

p = framebuffer_alloc(sizeof(u32) * 256, &dp->dev);
p = framebuffer_alloc(sizeof(u32) * 16, &dp->dev);
if (!p) {
release_mem_region(addr, size);
return -ENOMEM;
Expand Down

0 comments on commit 0571e9d

Please sign in to comment.