Marcel Moolenaar 217578215b 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-04-08 18:04:39 +00:00
2005-05-10 12:02:18 +00:00
2005-06-09 19:45:09 +00:00
2005-05-14 10:26:31 +00:00
2005-04-04 17:37:35 +00:00
2005-05-19 21:16:50 +00:00
2005-04-08 05:22:58 +00:00
2005-02-27 22:01:09 +00:00
2005-05-20 23:29:55 +00:00