Merge tag 'media/v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Pull media fixes from Mauro Carvalho Chehab: - a debug warning for satellite tuning at dvb core was producing too much noise - a regression at hfi_parser on Venus driver * tag 'media/v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: media: venus: hfi_parser: fix a regression in parser media: dvb: warning about dvb frequency limits produces too much noise
This commit is contained in:
@@ -560,7 +560,7 @@ struct hfi_capability {
|
||||
|
||||
struct hfi_capabilities {
|
||||
u32 num_capabilities;
|
||||
struct hfi_capability *data;
|
||||
struct hfi_capability data[];
|
||||
};
|
||||
|
||||
#define HFI_DEBUG_MSG_LOW 0x01
|
||||
@@ -717,7 +717,7 @@ struct hfi_profile_level {
|
||||
|
||||
struct hfi_profile_level_supported {
|
||||
u32 profile_count;
|
||||
struct hfi_profile_level *profile_level;
|
||||
struct hfi_profile_level profile_level[];
|
||||
};
|
||||
|
||||
struct hfi_quality_vs_speed {
|
||||
|
Reference in New Issue
Block a user