summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorQianfeng Rong <rongqianfeng@vivo.com>2025-08-27 20:39:09 +0800
committerHans Verkuil <hverkuil+cisco@kernel.org>2025-10-14 15:07:36 +0200
commit248d140a106de1a30cd6a603768d7f99491eb439 (patch)
treec0067dfcdb3f6e0b950bcd6800665149136fdad8 /scripts
parenta5e4a493756e96a076b2dfe83ded4496b698d004 (diff)
downloadlinux-248d140a106de1a30cd6a603768d7f99491eb439.tar.gz
linux-248d140a106de1a30cd6a603768d7f99491eb439.zip
media: dvb: Use int type to store negative error codes
Change the 'ret' variable from u8/u32 to int to store zero or negative error codes returned by other functions. Storing the negative error codes in unsigned type, doesn't cause an issue at runtime but it's ugly as pants. No effect on runtime. Signed-off-by: Qianfeng Rong <rongqianfeng@vivo.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions