diff options
-rw-r--r-- | drivers/media/platform/coda/coda.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/coda/coda.h b/drivers/media/platform/coda/coda.h index 0c35cd5032ff..499049f3896b 100644 --- a/drivers/media/platform/coda/coda.h +++ b/drivers/media/platform/coda/coda.h | |||
@@ -284,7 +284,7 @@ const char *coda_product_name(int product); | |||
284 | 284 | ||
285 | int coda_check_firmware(struct coda_dev *dev); | 285 | int coda_check_firmware(struct coda_dev *dev); |
286 | 286 | ||
287 | static inline int coda_get_bitstream_payload(struct coda_ctx *ctx) | 287 | static inline unsigned int coda_get_bitstream_payload(struct coda_ctx *ctx) |
288 | { | 288 | { |
289 | return kfifo_len(&ctx->bitstream_fifo); | 289 | return kfifo_len(&ctx->bitstream_fifo); |
290 | } | 290 | } |