Danny Kukawka e1f4c485cd eicon: fix -Warray-bounds warning
Fix for a -Warray-bounds warning. mixer_notify_update() tries to
write to ((CAPI_MSG *) msg)->info.facility_req.structs[3] while
structs is defined as byte structs[1]. Set all 'structs' which are
part of the typdefs in the info union to 'byte structs[0]'.

v2: set all info.*.structs to byte structs[0]

Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-02-02 16:47:41 -05:00
..
2012-02-02 16:47:41 -05:00
2008-02-03 15:14:02 +02:00
2010-10-06 23:30:39 -07:00
2011-03-31 11:26:23 -03:00
2011-05-26 10:27:51 +02:00
2011-03-31 11:26:23 -03:00
2009-07-25 20:23:05 +02:00
2009-01-08 08:31:15 -08:00
2009-01-08 08:31:15 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00