> From: Yigit, Ferruh > Sent: Thursday, April 6, 2017 1:14 PM > To: Jerin Jacob <[email protected]>; Richardson, Bruce > <[email protected]>; Van Haaren, Harry <[email protected]>; > Thomas Monjalon > <[email protected]> > Cc: [email protected]; Yigit, Ferruh <[email protected]> > Subject: [PATCH 3/3] event/sw: fix build error for gcc 4.5.1 > > build error: > .../event/sw/sw_evdev_worker.c: In function ‘sw_event_release’: > .../event/sw/sw_evdev_worker.c:52:3: error: unknown field ‘op’ specified > in initializer > > Fixed by updating struct initialization. > > Fixes: 656af9180014 ("event/sw: add worker core functions") > > Signed-off-by: Ferruh Yigit <[email protected]>
Acked-by: Harry van Haaren <[email protected]>

