kernel icon indicating copy to clipboard operation
kernel copied to clipboard

5.10 compile error

Open jayshonzs opened this issue 6 months ago • 0 comments

drivers/media/platform/rockchip/cif/dev.h delcares:

int rkcif_do_start_stream(struct rkcif_stream *stream, enum rkcif_stream_mode mode); void rkcif_do_stop_stream(struct rkcif_stream *stream, enum rkcif_stream_mode mode);

while drivers/media/platform/rockchip/cif/capture.c defines:

int rkcif_do_start_stream(struct rkcif_stream *stream, unsigned int mode) void rkcif_do_stop_stream(struct rkcif_stream *stream, unsigned int mode)

This may cause compilation error of the confliction of enum & int parameter

jayshonzs avatar Jul 27 '24 01:07 jayshonzs