Re: [PATCH] mfd: syscon: Move diagnostic messages to dev_dbg()

2014-02-24 Thread Lee Jones
> This patch moves diagnostic messages used for debugging purposes > to dev_dbg(). > > Signed-off-by: Alexander Shiyan > --- > drivers/mfd/syscon.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c > index 71841f9..2620056 10064

[PATCH] mfd: syscon: Move diagnostic messages to dev_dbg()

2014-02-21 Thread Alexander Shiyan
This patch moves diagnostic messages used for debugging purposes to dev_dbg(). Signed-off-by: Alexander Shiyan --- drivers/mfd/syscon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index 71841f9..2620056 100644 --- a/drivers/mfd/