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 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

pinctrl fixes for v3.3

* tag 'pinctrl-for-torvalds-20120216' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
pinctrl: restore pin naming

+1 -1
+1 -1
drivers/pinctrl/core.c
··· 189 189 pindesc->pctldev = pctldev; 190 190 191 191 /* Copy basic pin info */ 192 - if (pindesc->name) { 192 + if (name) { 193 193 pindesc->name = name; 194 194 } else { 195 195 pindesc->name = kasprintf(GFP_KERNEL, "PIN%u", number);