mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
media: s2255: Replace bare 'unsigned' with 'unsigned int'
Fix 'WARNING: Prefer 'unsigned int' to bare use of 'unsigned'' reported by checkpatch.pl in s2255drv.c. Signed-off-by: Lei Huang <huanglei@kylinos.cn> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
5e62e53289
commit
e260d1d771
|
|
@ -210,7 +210,7 @@ struct s2255_vc {
|
|||
struct s2255_mode mode;
|
||||
v4l2_std_id std;
|
||||
/* jpeg compression */
|
||||
unsigned jpegqual;
|
||||
unsigned int jpegqual;
|
||||
/* capture parameters (for high quality mode full size) */
|
||||
struct v4l2_captureparm cap_parm;
|
||||
int cur_frame;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user