Re: [PATCH 1/9] ps3: AV Settings Driver
From: Arnd Bergmann <arnd@arndb.de>
Date: 2007-01-30 00:17:16
Also in:
linux-fbdev
From: Arnd Bergmann <arnd@arndb.de>
Date: 2007-01-30 00:17:16
Also in:
linux-fbdev
On Monday 29 January 2007 16:14, Geert Uytterhoeven wrote:
quoted
You should probably use the provided pr_debug or (better) dev_dbg macros to do that now.Except that it's difficult to get a struct device * in drivers/ps3/ps3av_cmd.c. And I prefer not to make ps3av_dev (which is currently static) global.
Ok, as I said, dev_dbg is the preferred way, but of course it only works when you carry a device along. If you don't have one, use pr_debug(). Arnd <><