aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ide/palm_bk3710.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ide/palm_bk3710.c b/drivers/ide/palm_bk3710.c
index 8012e43bf8f6..46427ea01753 100644
--- a/drivers/ide/palm_bk3710.c
+++ b/drivers/ide/palm_bk3710.c
@@ -325,6 +325,8 @@ static int __init palm_bk3710_probe(struct platform_device *pdev)
325 325
326 clk_enable(clk); 326 clk_enable(clk);
327 rate = clk_get_rate(clk); 327 rate = clk_get_rate(clk);
328 if (!rate)
329 return -EINVAL;
328 330
329 /* NOTE: round *down* to meet minimum timings; we count in clocks */ 331 /* NOTE: round *down* to meet minimum timings; we count in clocks */
330 ideclk_period = 1000000000UL / rate; 332 ideclk_period = 1000000000UL / rate;