Commit bbfdad82 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Wim Van Sebroeck
Browse files

watchdog: Fix a typo in the file orion_wdt.c

parent 29e85f53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ static int armadaxp_wdt_clock_init(struct platform_device *pdev,
		return ret;
	}

	/* Fix the wdt and timer1 clock freqency to 25MHz */
	/* Fix the wdt and timer1 clock frequency to 25MHz */
	val = WDT_AXP_FIXED_ENABLE_BIT | TIMER1_FIXED_ENABLE_BIT;
	atomic_io_modify(dev->reg + TIMER_CTRL, val, val);