These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / media / omap4iss / iss_ipipe.h
index c22d904..d5b441d 100644 (file)
@@ -21,7 +21,7 @@ enum ipipe_input_entity {
        IPIPE_INPUT_IPIPEIF,
 };
 
-#define IPIPE_OUTPUT_VP                (1 << 0)
+#define IPIPE_OUTPUT_VP                                BIT(0)
 
 /* Sink and source IPIPE pads */
 #define IPIPE_PAD_SINK                         0
@@ -58,7 +58,7 @@ struct iss_ipipe_device {
 struct iss_device;
 
 int omap4iss_ipipe_register_entities(struct iss_ipipe_device *ipipe,
-       struct v4l2_device *vdev);
+                                    struct v4l2_device *vdev);
 void omap4iss_ipipe_unregister_entities(struct iss_ipipe_device *ipipe);
 
 int omap4iss_ipipe_init(struct iss_device *iss);