]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: Fix clk_get() when using id and name
authorTony Lindgren <tony@atomide.com>
Mon, 3 Apr 2006 19:21:29 +0000 (12:21 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 3 Apr 2006 19:21:29 +0000 (12:21 -0700)
commit20638e50e9c509432d5b17f01aaa22dbc9fc044c
tree184136e7320b09c188086dcce45be5b57090e6cf
parenta742e30be38e97021bbaaba946001efdd88e09ab
ARM: OMAP: Fix clk_get() when using id and name

Recent change to use both id and name when available was
not necessarily returning the right clock as it also searched
for clock name afterwards. This caused MMC to break on H2 and
H3 boards.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/clock.c