Message ID | 20210614112345.2032435-9-tomi.valkeinen@ideasonboard.com |
---|---|
State | Accepted |
Commit | 05b12b557234995aa77083d3c6c373832816c01f |
Headers | show |
Series | media: ti-vpe: cal: improvements towards multistrea | expand |
diff --git a/drivers/media/platform/ti-vpe/cal.h b/drivers/media/platform/ti-vpe/cal.h index 09ad20faa9e1..251bb0ba7b3b 100644 --- a/drivers/media/platform/ti-vpe/cal.h +++ b/drivers/media/platform/ti-vpe/cal.h @@ -217,8 +217,8 @@ struct cal_ctx { unsigned int sequence; struct vb2_queue vb_vidq; - unsigned int index; - unsigned int cport; + u8 index; + u8 cport; }; extern unsigned int cal_debug;