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 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6

* 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6:
dt/device: Fix auxdata matching to handle entries without a name override

+1 -1
+1 -1
drivers/of/platform.c
··· 314 314 if (!lookup) 315 315 return NULL; 316 316 317 - for(; lookup->name != NULL; lookup++) { 317 + for(; lookup->compatible != NULL; lookup++) { 318 318 if (!of_device_is_compatible(np, lookup->compatible)) 319 319 continue; 320 320 if (of_address_to_resource(np, 0, &res))