From 51885300c4a676247c1e9e78651b6c0e28abb672 Mon Sep 17 00:00:00 2001 From: Libo Chen Date: Fri, 17 May 2013 05:21:31 +0000 Subject: [PATCH] --- yaml --- r: 375755 b: refs/heads/master c: bda97ed39b075e8ac125d4af7cdf60ca19449a16 h: refs/heads/master i: 375753: 3ee19bf6e0856bc98487f90f3b6898fede9c56e2 375751: f5dc497401b59dc1cd3b2e19314733fa8ba6a5f7 v: v3 --- [refs] | 2 +- trunk/arch/mips/lantiq/xway/gptu.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8417fce4f610..c9fc2377f83c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 48c4ac976ae995f263cde8f09578de86bc8e9f1d +refs/heads/master: bda97ed39b075e8ac125d4af7cdf60ca19449a16 diff --git a/trunk/arch/mips/lantiq/xway/gptu.c b/trunk/arch/mips/lantiq/xway/gptu.c index 9861c8669fab..4fa577c1ddfd 100644 --- a/trunk/arch/mips/lantiq/xway/gptu.c +++ b/trunk/arch/mips/lantiq/xway/gptu.c @@ -169,6 +169,8 @@ static int gptu_probe(struct platform_device *pdev) if (((gptu_r32(GPTU_ID) >> 8) & 0xff) != GPTU_MAGIC) { dev_err(&pdev->dev, "Failed to find magic\n"); gptu_hwexit(); + clk_disable(clk); + clk_put(clk); return -ENAVAIL; }