On Wed, Dec 31, 2008 at 12:06:11PM -0800, Jesse Barnes wrote: > On Monday, December 29, 2008 7:10 am Jike Song wrote: > > Signed-off-by: Jike Song <albcamus@xxxxxxxxx> > > --- > > drivers/pci/pci.c | 7 +++---- > > 1 files changed, 3 insertions(+), 4 deletions(-) > > Looks like this has changed since your patch. Can you rebase against my > linux-next branch (assuming it's still necessary)? Also, I think __FUNCTION__ > is preferred over __func__ these days. I think you have that backwards; __func__ is the ANSI C99 spelling of GCC's __FUNCTION__ (with its special twist of not being subject to string concatenation, unlike __FILE__ and __LINE__). -- Matthew Wilcox Intel Open Source Technology Centre "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step." -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html