diff options
-rw-r--r-- | drivers/staging/udlfb/udlfb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/udlfb/udlfb.c b/drivers/staging/udlfb/udlfb.c index 12444f2014e4..7fc1d611a78a 100644 --- a/drivers/staging/udlfb/udlfb.c +++ b/drivers/staging/udlfb/udlfb.c | |||
@@ -1438,7 +1438,7 @@ static int __init dlfb_module_init(void) | |||
1438 | if (res) | 1438 | if (res) |
1439 | err("usb_register failed. Error number %d", res); | 1439 | err("usb_register failed. Error number %d", res); |
1440 | 1440 | ||
1441 | printk("VMODES initialized\n"); | 1441 | printk(KERN_INFO "VMODES initialized\n"); |
1442 | 1442 | ||
1443 | return res; | 1443 | return res; |
1444 | } | 1444 | } |
@@ -1567,7 +1567,7 @@ static int dlfb_alloc_urb_list(struct dlfb_data *dev, int count, size_t size) | |||
1567 | 1567 | ||
1568 | kref_get(&dev->kref); /* released in free_render_urbs() */ | 1568 | kref_get(&dev->kref); /* released in free_render_urbs() */ |
1569 | 1569 | ||
1570 | dl_notice("allocated %d %d byte urbs \n", i, (int) size); | 1570 | dl_notice("allocated %d %d byte urbs\n", i, (int) size); |
1571 | 1571 | ||
1572 | return i; | 1572 | return i; |
1573 | } | 1573 | } |