From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756707Ab0IHCfb (ORCPT ); Tue, 7 Sep 2010 22:35:31 -0400 Received: from kroah.org ([198.145.64.141]:36391 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756644Ab0IHCf1 (ORCPT ); Tue, 7 Sep 2010 22:35:27 -0400 Date: Tue, 7 Sep 2010 19:35:49 -0700 From: Greg KH To: Thomas Gleixner Cc: LKML , Andrew Morton , Ingo Molnar , Peter Zijlstra , Christoph Hellwig , Greg Kroah-Hartman Subject: Re: [patch 27/30] staging: Bulk convert the semaphore mess Message-ID: <20100908023549.GA29662@kroah.com> References: <20100907124636.880953480@linutronix.de> <20100907125057.278833764@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100907125057.278833764@linutronix.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 07, 2010 at 02:33:47PM -0000, Thomas Gleixner wrote: > init_MUTEX(_LOCKED) and DECLARE_MUTEX are going away. Bulk convert > staging users. > > --- > drivers/staging/comedi/drivers/usbdux.c | 4 ++-- > drivers/staging/comedi/drivers/usbduxfast.c | 4 ++-- I applied the patch with the exception of these two files, as they fail to build with the patch applied. thanks, greg k-h