On Monday 06 August 2007, Anton Vorontsov wrote: > + > + if (pm) > + pm--; > + else /* this floods dmesg if using mmc_spi, so dbg */ > + dev_dbg(&spi->dev, "Requested speed is too " > + "high: %d Hz. Will use %d Hz > instead.\n", > + spi->max_speed_hz, > mpc83xx_spi->spibrg / 4);
Except that's not worthy of any message whatsoever, so it shouldn't even be a debug message: user says "give me at most X", driver says "fine", end of story. I'm more bothered by the earlier message, which gives a rate higher than X instead of cleanly failing. - Dave _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev