Mark Brown wrote: > > Signed-off-by: Mark Brown <[email protected]>
Acked-by: Kukjin Kim <[email protected]> > --- > drivers/spi/spi-s3c64xx.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c index > ad93231..6495352 100644 > --- a/drivers/spi/spi-s3c64xx.c > +++ b/drivers/spi/spi-s3c64xx.c > @@ -957,6 +957,8 @@ static int s3c64xx_spi_setup(struct spi_device *spi) > if (spi->max_speed_hz >= speed) { > spi->max_speed_hz = speed; > } else { > + dev_err(&spi->dev, "Can't set %dHz transfer > speed\n", > + spi->max_speed_hz); > err = -EINVAL; > goto setup_exit; > } > -- > 1.7.10.4 ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
