Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6

* 'spi/merge' of git://git.secretlab.ca/git/linux-2.6:
spi-pl022: Add missing return value update

+1
+1
drivers/spi/amba-pl022.c
··· 1861 1861 } 1862 1862 if ((clk_freq.cpsdvsr < CPSDVR_MIN) 1863 1863 || (clk_freq.cpsdvsr > CPSDVR_MAX)) { 1864 + status = -EINVAL; 1864 1865 dev_err(&spi->dev, 1865 1866 "cpsdvsr is configured incorrectly\n"); 1866 1867 goto err_config_params;