On Friday 31 October 2008, Stefan Roese wrote: > + dev_dbg(&spi->dev, "%s: mode %d, %u bpw, %d hz\n", > + __FUNCTION__, spi->mode, spi->bits_per_word, > + spi->max_speed_hz); Oh, and checkpatch.pl would warn about __FUNCTION__ vs __func__ ...