Merge remote-tracking branch 'regulator/fix/twl' into tmp
[firefly-linux-kernel-4.4.55.git] / include / media / blackfin / ppi.h
index 65c467576b31e12ca70bc4191b717aedc41480d5..d0697f4edf87e4a336ddf1cb5a1263fd75931667 100644 (file)
@@ -86,7 +86,8 @@ struct ppi_if {
        unsigned long ppi_control;
        const struct ppi_ops *ops;
        const struct ppi_info *info;
-       bool err_int;
+       bool err_int; /* if we need request error interrupt */
+       bool err; /* if ppi has fifo error */
        void *priv;
 };