net/mlx5: Change the acl enable prototype to return status
[cascardo/linux.git] / include / media / rcar-fcp.h
index 4c7fc77..8723f05 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