marcel 4729e22704 Avoid GCC optimizations from injecting a call to memset(?) in order
to initialize the buffer array in ata_raid_attach() by removing the
initializer. There's no memset(?) in the kernel. Instead, assign
'\0' to the first element. The buffer array holds strings only, so
this is functionally equivalent.

Applies to: ia64
Tripped over by: tinderbox
2005-06-11 03:21:20 +00:00
..
2005-06-09 17:35:04 +00:00
2005-03-11 22:07:04 +00:00
2005-03-28 18:31:18 +00:00
2005-05-25 15:54:17 +00:00
2005-06-10 08:05:13 +00:00
2005-02-23 22:44:38 +00:00
2005-06-10 04:44:38 +00:00