public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: John Kacur <jkacur@redhat.com>
To: lkml <linux-kernel@vger.kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@elte.hu>,
	Greg Kroah-Hartman <gregkh@suse.de>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Greg Kroah-Hartman <gregkh@suse.de>,
	John Kacur <jkacur@redhat.com>
Subject: [PATCH 05/15] tranzport: Convert he semaphore mess
Date: Mon, 11 Jan 2010 21:51:44 +0100	[thread overview]
Message-ID: <1263243114-3942-6-git-send-email-jkacur@redhat.com> (raw)
In-Reply-To: <1263243114-3942-5-git-send-email-jkacur@redhat.com>

From: Thomas Gleixner <tglx@linutronix.de>

>From 041e3130496f31d0cb4887fc6183117e662f5141 Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Sun, 26 Jul 2009 00:59:33 +0200
Subject: [PATCH 124/570] staging: Bulk convert the semaphore mess

init_MUTEX(_LOCKED) and DECLARE_MUTEX are going away. Bulk convert
staging users.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Greg Kroah-Hartman <gregkh@suse.de>

I have broken the original patch down into separate patches per file
because the original patch no longer applies.

Signed-off-by: John Kacur <jkacur@redhat.com>
---
 drivers/staging/frontier/tranzport.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/frontier/tranzport.c b/drivers/staging/frontier/tranzport.c
index ef8fcc8..8aaea2a 100644
--- a/drivers/staging/frontier/tranzport.c
+++ b/drivers/staging/frontier/tranzport.c
@@ -153,7 +153,7 @@ struct usb_tranzport {
 };
 
 /* prevent races between open() and disconnect() */
-static DEFINE_MUTEX(disconnect_mutex);
+static DEFINE_SEMAPHORE(disconnect_mutex);
 
 static struct usb_driver usb_tranzport_driver;
 
@@ -800,7 +800,7 @@ static int usb_tranzport_probe(struct usb_interface *intf,
 		dev_err(&intf->dev, "Out of memory\n");
 		goto exit;
 	}
-	init_MUTEX(&dev->sem);
+	semaphore_init(&dev->sem);
 	dev->intf = intf;
 	init_waitqueue_head(&dev->read_wait);
 	init_waitqueue_head(&dev->write_wait);
-- 
1.6.5.2


  reply	other threads:[~2010-01-11 20:55 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-11 20:51 [PATCH 00/15] Staging: Convert the semaphore mess John Kacur
2010-01-11 20:51 ` [PATCH 01/15] dt9812: " John Kacur
2010-01-11 20:51   ` [PATCH 02/15] usbdux.c: " John Kacur
2010-01-11 20:51     ` [PATCH 03/15] usbduxfast: " John Kacur
2010-01-11 20:51       ` [PATCH 04/15] alphatrack: " John Kacur
2010-01-11 20:51         ` John Kacur [this message]
2010-01-11 20:51           ` [PATCH 06/15] mimio: Convert " John Kacur
2010-01-11 20:51             ` [PATCH 07/15] wwrap: Convert the " John Kacur
2010-01-11 20:51               ` [PATCH 08/15] p9auth: " John Kacur
2010-01-11 20:51                 ` [PATCH 09/15] mt9d112: " John Kacur
2010-01-11 20:51                   ` [PATCH 10/15] mt9p012_fox: " John Kacur
2010-01-11 20:51                     ` [PATCH 11/15] mt9t013: " John Kacur
2010-01-11 20:51                       ` [PATCH 12/15] s5k3e2fx: " John Kacur
2010-01-11 20:51                         ` [PATCH 13/15] pmem: " John Kacur
2010-01-11 20:51                           ` [PATCH 14/15] rtmp_init: " John Kacur
2010-01-11 20:51                             ` [PATCH 15/15] vme_user: " John Kacur
2010-01-11 20:56 ` [PATCH 00/15] Staging: " John Kacur
2010-01-15  1:29 ` Greg KH
2010-01-15 15:11   ` John Kacur
2010-01-15 15:19     ` Greg KH
2010-01-15 15:41       ` John Kacur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1263243114-3942-6-git-send-email-jkacur@redhat.com \
    --to=jkacur@redhat.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox