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 tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6

Pull SPI section mismatch bug fix for v3.3-rc3 from Grant Likely:
"Minor fix for pl022_dma_probe() function which was put in the wrong
section."

* tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6:
Fix section mismatch in spi-pl022.c

+1 -1
+1 -1
drivers/spi/spi-pl022.c
··· 1083 1083 return -ENOMEM; 1084 1084 } 1085 1085 1086 - static int __init pl022_dma_probe(struct pl022 *pl022) 1086 + static int __devinit pl022_dma_probe(struct pl022 *pl022) 1087 1087 { 1088 1088 dma_cap_mask_t mask; 1089 1089