Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197438
b: refs/heads/master
c: b5a2104
h: refs/heads/master
v: v3
  • Loading branch information
Soeren Moeller authored and Greg Kroah-Hartman committed May 14, 2010
1 parent c3fa54f commit 5bd1db1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: fdd2d9341d50f3a67fc35394e41146f30a383a6b
refs/heads/master: b5a2104c98cb603f7053e4b0309fb88f15d6be86
4 changes: 2 additions & 2 deletions trunk/drivers/staging/udlfb/udlfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ static int __init dlfb_module_init(void)
if (res)
err("usb_register failed. Error number %d", res);

printk("VMODES initialized\n");
printk(KERN_INFO "VMODES initialized\n");

return res;
}
Expand Down Expand Up @@ -1567,7 +1567,7 @@ static int dlfb_alloc_urb_list(struct dlfb_data *dev, int count, size_t size)

kref_get(&dev->kref); /* released in free_render_urbs() */

dl_notice("allocated %d %d byte urbs \n", i, (int) size);
dl_notice("allocated %d %d byte urbs\n", i, (int) size);

return i;
}
Expand Down

0 comments on commit 5bd1db1

Please sign in to comment.