v4l: rcar-fcp: Don't force users to check for disabled FCP support
[deliverable/linux.git] / include / media / rcar-fcp.h
index 4c7fc77eaf29563e1af8247ea4b468d2648cd488..8723f05c6321edd8cc2dd9d429fa23cbaa821e10 100644 (file)
@@ -29,7 +29,7 @@ static inline struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np)
 static inline void rcar_fcp_put(struct rcar_fcp_device *fcp) { }
 static inline int rcar_fcp_enable(struct rcar_fcp_device *fcp)
 {
-       return -ENOSYS;
+       return 0;
 }
 static inline void rcar_fcp_disable(struct rcar_fcp_device *fcp) { }
 #endif
This page took 0.024258 seconds and 5 git commands to generate.