From 127bada1a1951d9624c08eeab99234ced0df900e Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Wed, 10 Aug 2016 09:08:19 +0200 Subject: [PATCH] greybus: camera: Remove reference to ara subdevice Remove last occurrence of "ara" term in camera driver. Replace reference to "ara subdevice" with "gmp subdevice" Signed-off-by: Jacopo Mondi Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/camera.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/camera.c b/drivers/staging/greybus/camera.c index 0e7f64392bbd..94b67123c05b 100644 --- a/drivers/staging/greybus/camera.c +++ b/drivers/staging/greybus/camera.c @@ -848,7 +848,7 @@ static int gb_camera_request_handler(struct gb_operation *op) } /* ----------------------------------------------------------------------------- - * Interface with HOST ara camera. + * Interface with HOST gmp camera. */ static unsigned int gb_camera_mbus_to_gb(enum v4l2_mbus_pixelcode mbus_code) {