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

Merge branch 'clk-fixes' into clk-next

+4 -1
+1 -1
drivers/clk/at91/clk-master.c
··· 242 242 243 243 irq = irq_of_parse_and_map(np, 0); 244 244 if (!irq) 245 - return; 245 + goto out_free_characteristics; 246 246 247 247 clk = at91_clk_register_master(pmc, irq, name, num_parents, 248 248 parent_names, layout,
+3
drivers/clk/clk-nomadik.c
··· 494 494 495 495 static int __init nomadik_src_clk_init_debugfs(void) 496 496 { 497 + /* Vital for multiplatform */ 498 + if (!src_base) 499 + return -ENODEV; 497 500 src_pcksr0_boot = readl(src_base + SRC_PCKSR0); 498 501 src_pcksr1_boot = readl(src_base + SRC_PCKSR1); 499 502 debugfs_create_file("nomadik-src-clk", S_IFREG | S_IRUGO,