[media] coda: bitstream payload is unsigned
kfifo_len is unsigned int, return it as such. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
d446ec8e12
commit
2b7684683d
|
@ -284,7 +284,7 @@ const char *coda_product_name(int product);
|
|||
|
||||
int coda_check_firmware(struct coda_dev *dev);
|
||||
|
||||
static inline int coda_get_bitstream_payload(struct coda_ctx *ctx)
|
||||
static inline unsigned int coda_get_bitstream_payload(struct coda_ctx *ctx)
|
||||
{
|
||||
return kfifo_len(&ctx->bitstream_fifo);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue