OSDN Git Service

greybus: db3-platform: Use dev_info for success messages
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 22 Oct 2015 14:36:57 +0000 (20:06 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 22 Oct 2015 20:46:50 +0000 (13:46 -0700)
Used dev_err() by mistake, fix it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/db3-platform.c

index 4919337..3adc68d 100644 (file)
@@ -305,7 +305,7 @@ static int apb_ctrl_probe(struct platform_device *pdev)
         *
         * Not sure anything else needs to take care here.
         */
-       dev_err(dev, "Device registered successfully \n");
+       dev_info(dev, "Device registered successfully \n");
        return 0;
 
 exit: