From owner-p4-projects@FreeBSD.ORG Thu May 31 08:31:02 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 57B9316A468; Thu, 31 May 2007 08:31:02 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC36616A41F for ; Thu, 31 May 2007 08:31:01 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C481913C457 for ; Thu, 31 May 2007 08:31:01 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4V8V1ER076034 for ; Thu, 31 May 2007 08:31:01 GMT (envelope-from thompsa@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4V8V1SG076022 for perforce@freebsd.org; Thu, 31 May 2007 08:31:01 GMT (envelope-from thompsa@freebsd.org) Date: Thu, 31 May 2007 08:31:01 GMT Message-Id: <200705310831.l4V8V1SG076022@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to thompsa@freebsd.org using -f From: Andrew Thompson To: Perforce Change Reviews Cc: Subject: PERFORCE change 120649 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 08:31:02 -0000 http://perforce.freebsd.org/chv.cgi?CH=120649 Change 120649 by thompsa@thompsa_heff on 2007/05/31 08:30:49 Fix lock leakage. Affected files ... .. //depot/projects/wifi/sys/dev/iwi/if_iwi.c#32 edit Differences ... ==== //depot/projects/wifi/sys/dev/iwi/if_iwi.c#32 (text+ko) ==== @@ -3446,6 +3446,7 @@ if (!(sc->flags & IWI_FLAG_CHANNEL_SCAN)) { DPRINTF(("%s: ic_scan_curchan while not scanning\n", __func__)); + IWI_UNLOCK(sc); return; } if (iwi_scanchan(sc, sc->sc_maxdwell))