Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c701335e authored by Chanwoo Choi's avatar Chanwoo Choi Committed by MyungJoo Ham
Browse files

PM / devfreq: Fix the wrong description for userspace governor



This patch fixes the wrong description of governor_userspace.c
and removes the unneeded blank line.

Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: default avatarMyungJoo Ham <myungjoo.ham@samsung.com>
parent 9d0109be
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
/*
 *  linux/drivers/devfreq/governor_simpleondemand.c
 *  linux/drivers/devfreq/governor_userspace.c
 *
 *  Copyright (C) 2011 Samsung Electronics
 *	MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -50,7 +50,6 @@ static ssize_t store_freq(struct device *dev, struct device_attribute *attr,
	unsigned long wanted;
	int err = 0;


	mutex_lock(&devfreq->lock);
	data = devfreq->data;