Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4331
b: refs/heads/master
c: 80887a5
h: refs/heads/master
i:
  4329: e622d87
  4327: b5ec721
v: v3
  • Loading branch information
Christophe Lucas authored and Linus Torvalds committed Jul 8, 2005
1 parent 0df6116 commit e3fe2e3
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: 34612157b48d38e85ff72d65291b9eecb44dd0a6
refs/heads/master: 80887a59c255f4a6c348dfc679501b3679d1070f
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/ttpci/av7110_ipack.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int av7110_ipack_init(struct ipack *p, int size,
void (*func)(u8 *buf, int size, void *priv))
{
if (!(p->buf = vmalloc(size*sizeof(u8)))) {
printk ("Couldn't allocate memory for ipack\n");
printk(KERN_WARNING "Couldn't allocate memory for ipack\n");
return -ENOMEM;
}
p->size = size;
Expand Down

0 comments on commit e3fe2e3

Please sign in to comment.