From: jinhyung.jo Date: Thu, 31 Jan 2013 06:51:21 +0000 (+0900) Subject: maru_overlay : source clean up X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95113528c14165a35ac245b2c7fe5ea615b9e036;p=sdk%2Femulator%2Femulator-kernel.git maru_overlay : source clean up Modified the boilerplates. removed an unnecessary log. Signed-off-by: Jinhyung Jo --- diff --git a/drivers/maru/maru_overlay.c b/drivers/maru/maru_overlay.c index 9ee2ac414d69..a99764b39f84 100644 --- a/drivers/maru/maru_overlay.c +++ b/drivers/maru/maru_overlay.c @@ -1,10 +1,11 @@ /* * Maru Virtual Overlay Driver * - * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2011 - 2013 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: * Jinhyung Jo + * Yeongkyoon Lee * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -19,7 +20,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301, USA. + * Boston, MA 02110-1301, USA. * * Contributors: * - S-Core Co., Ltd @@ -533,7 +534,7 @@ static int __devinit svo_initdev(struct pci_dev *pci_dev, return ret; } - printk(KERN_INFO "svo: Tizen Virtual Overlay Driver v%d.%d\n", + printk(KERN_INFO "svo: MARU Virtual Overlay Driver v%d.%d is loaded\n", SVO_DRIVER_MAJORVERSION, SVO_DRIVER_MINORVERSION); return 0; @@ -552,9 +553,6 @@ static struct pci_driver svo_pci_driver = { static int __init svo_init(void) { - printk(KERN_INFO "svo: Maru overlay driver version %d.%d loaded\n", - SVO_DRIVER_MAJORVERSION, SVO_DRIVER_MINORVERSION); - return pci_register_driver(&svo_pci_driver); }