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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6:
regulator: Initialise wm831x structure pointor for ISINK driver

+2
+2
drivers/regulator/wm831x-isink.c
··· 167 167 return -ENOMEM; 168 168 } 169 169 170 + isink->wm831x = wm831x; 171 + 170 172 res = platform_get_resource(pdev, IORESOURCE_IO, 0); 171 173 if (res == NULL) { 172 174 dev_err(&pdev->dev, "No I/O resource\n");