On Tue, Jul 12, 2011 at 01:54, Aaron Wu <[email protected]> wrote: > dev_warn(&spi->dev, "Warning: SPI CPHA not set:" > - " Slave Select not under software control!,if\n > - any of your device has to be in mode 0 or 2, > - use GPIO based CS for all SPI devices to > secure\n > - the CS operation!\n" > + " Slave Select not under software control!\n" > + "if any of your device has to be in mode 0 or > 2," > + "use GPIO based CS for all SPI devices to\n" > + "secure the CS operation!\n" > " See > Documentation/blackfin/bfin-spi-notes.txt");
now that it builds, the question is why do you need this at all ? we already point people to the bfin-spi-notes.txt file. if that file is missing details, then it should be added there and not make the long log even longer. -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
