On Thu, Oct 8, 2009 at 2:57 PM, Peter Stuge <[email protected]> wrote:
> Myles Watson wrote:
>> +     case CBFS_COMPRESS_LZMA:
>> +             if (!ulzma(src, dst)) {
>> +                     printk_err("CBFS: ulzma returned 0!\n");
>> +                     return -1;
>> +             }
>
> Please say "ulzma() failed!" or maybe "LZMA decompression failed!" ?
Good point.  Fixed.

Thanks,
Myles

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to