]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: bcm2835-camera: pr_err() strings should end with newlines
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Tue, 3 Oct 2017 11:43:25 +0000 (17:13 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Oct 2017 16:36:25 +0000 (18:36 +0200)
pr_err() messages should end with a new-line to avoid other messages
being concatenated.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c

index 4360db6d43927d071803255679ce789fd7dcd604..6ea7fb0ea50e96bc7e864129f565639f2042a89c 100644 (file)
@@ -1963,7 +1963,7 @@ int vchiq_mmal_finalise(struct vchiq_mmal_instance *instance)
 
        status = vchi_service_close(instance->handle);
        if (status != 0)
-               pr_err("mmal-vchiq: VCHIQ close failed");
+               pr_err("mmal-vchiq: VCHIQ close failed\n");
 
        mutex_unlock(&instance->vchiq_mutex);