From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Courtier-Dutton Subject: Re: [alsa-cvslog] alsa-kernel: emu10k1: Fix outl() in snd_emu10k1_resume_regs() Date: Wed, 04 Oct 2006 17:43:17 +0100 Message-ID: <4523E4A5.3010407@superbug.co.uk> References: <4523DFF2.4020105@superbug.co.uk> <85r6xo598c.fsf@orfeo.duckcorp.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <85r6xo598c.fsf@orfeo.duckcorp.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@lists.sourceforge.net Errors-To: alsa-devel-bounces@lists.sourceforge.net To: "Arnaud Patard (Rtp)" Cc: alsa-devel List-Id: alsa-devel@alsa-project.org Arnaud Patard (Rtp) wrote: > James Courtier-Dutton writes: > > >> Takashi Iwai wrote: >> >>> - outl(emu->port + A_IOCFG, emu->saved_a_iocfg); >>> - outl(emu->port + HCFG, emu->saved_hcfg); >>> + outl(emu->saved_a_iocfg, emu->port + A_IOCFG); >>> + outl(emu->saved_hcfg, emu->port + HCFG); >>> >>> >> Is there any tool to find out who got this wrong in the first place? >> > > Git or gitweb. I think also that hg should have also the history > > FYI, a quick look to gitweb, gives this commit : > http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=09668b441dacdf4640509b640ad73e24efd5204f > > > Regards, > Arnaud > > I meant, how do I find out who committed the line with the bug in it. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV