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

Commit 66592eee authored by Ben Dooks's avatar Ben Dooks
Browse files

[ARM] S3C24XX: pwm.c: stop debugging output



Move debugging output to dev_dbg() instead of dev_info().

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 10389592
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -39,7 +39,7 @@ struct pwm_device {
	unsigned char		 pwm_id;
	unsigned char		 pwm_id;
};
};


#define pwm_dbg(_pwm, msg...) dev_info(&(_pwm)->pdev->dev, msg)
#define pwm_dbg(_pwm, msg...) dev_dbg(&(_pwm)->pdev->dev, msg)


static struct clk *clk_scaler[2];
static struct clk *clk_scaler[2];