|
@@ -181,7 +181,10 @@ static void cec_queue_msg_fh(struct cec_fh *fh, const struct cec_msg *msg)
|
|
{
|
|
{
|
|
static const struct cec_event ev_lost_msgs = {
|
|
static const struct cec_event ev_lost_msgs = {
|
|
.event = CEC_EVENT_LOST_MSGS,
|
|
.event = CEC_EVENT_LOST_MSGS,
|
|
- .lost_msgs.lost_msgs = 1,
|
|
|
|
|
|
+ .flags = 0,
|
|
|
|
+ {
|
|
|
|
+ .lost_msgs = { 1 },
|
|
|
|
+ },
|
|
};
|
|
};
|
|
struct cec_msg_entry *entry;
|
|
struct cec_msg_entry *entry;
|
|
|
|
|