Re: svn commit: r196656 - in head: share/man/man4 sys/dev/ahci

From: Alexander Motin <mav_at_FreeBSD.org>
Date: Sun, 30 Aug 2009 22:40:25 +0300
Alexander V. Chernikov wrote:
> Recent -current does not compile:
> 
> /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function 
> 'ahci_begin_transaction':                                                                                                                                           
> 
> /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:1075: warning: statement 
> with no 
> effect                                                                                                                                          
> 
> /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:1075: error: expected 
> ';' before string constant                    
> KASSERT(tag != ch->lastslot, "ahci: ALL SLOTS BUSY!"); should be changed to
> KASSERT(tag != ch->lastslot, ("ahci: ALL SLOTS BUSY!"));

Thanks. Fixed.

-- 
Alexander Motin
Received on Sun Aug 30 2009 - 17:40:40 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:54 UTC