K 10 svn:author V 6 marcel K 8 svn:date V 27 2005-06-11T03:21:20.000000Z K 7 svn:log V 346 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 END