Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322469
b: refs/heads/master
c: 72caa5f
h: refs/heads/master
i:
  322467: 6bc5cbd
v: v3
  • Loading branch information
Bruno Prémont authored and Florian Tobias Schandinat committed Aug 23, 2012
1 parent 41267fb commit 7c4b546
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: e432964a3c5ce517fd93101ae3875172ee958b65
refs/heads/master: 72caa5fb948ef818fe1332848e9c61b10687ce7a
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/bitblit.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static void bit_putcs(struct vc_data *vc, struct fb_info *info,
image.depth = 1;

if (attribute) {
buf = kmalloc(cellsize, GFP_KERNEL);
buf = kmalloc(cellsize, GFP_ATOMIC);
if (!buf)
return;
}
Expand Down

0 comments on commit 7c4b546

Please sign in to comment.