[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090714161514.GA2026@kroah.com>
Date: Tue, 14 Jul 2009 09:15:14 -0700
From: Greg KH <greg@...ah.com>
To: Tiago Vignatti <tiago.vignatti@...ia.com>
Cc: Jesse Barnes <jbarnes@...tuousgeek.org>,
Dave Airlie <airlied@...hat.com>, linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] vga: implements VGA arbitration on Linux
Minor comment:
> +#ifdef DEBUG
> + printk(KERN_DEBUG "%s\n", __func__);
> +#endif
You should just use 'dev_dbg() for any debugging statments like this.
You can turn them on and off dynamically, and you get all of the proper
device information as to what is going on automatically.
Plus, there's no need for a #ifdef in the code, which is generally
frowned apon in .c files.
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists