From patchwork Sun Nov 14 13:23:04 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 323362 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oAEDNF6H005151 for ; Sun, 14 Nov 2010 13:23:17 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755544Ab0KNNXF (ORCPT ); Sun, 14 Nov 2010 08:23:05 -0500 Received: from smtp-vbr4.xs4all.nl ([194.109.24.24]:1533 "EHLO smtp-vbr4.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755531Ab0KNNXE (ORCPT ); Sun, 14 Nov 2010 08:23:04 -0500 Received: from localhost (209.80-203-30.nextgentel.com [80.203.30.209]) by smtp-vbr4.xs4all.nl (8.13.8/8.13.8) with ESMTP id oAEDN21G071343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 14 Nov 2010 14:23:03 +0100 (CET) (envelope-from hverkuil@xs4all.nl) Message-Id: <4bc7398f52b0a8cb0e8147fe9e2443772fe7d199.1289740431.git.hverkuil@xs4all.nl> In-Reply-To: References: From: Hans Verkuil Date: Sun, 14 Nov 2010 14:23:04 +0100 Subject: [RFC PATCH 7/8] dsbr100: convert to unlocked_ioctl. To: linux-media@vger.kernel.org Cc: Arnd Bergmann X-Virus-Scanned: by XS4ALL Virus Scanner Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Sun, 14 Nov 2010 13:23:17 +0000 (UTC) diff --git a/drivers/media/radio/dsbr100.c b/drivers/media/radio/dsbr100.c index ed9cd7a..c3e952f 100644 --- a/drivers/media/radio/dsbr100.c +++ b/drivers/media/radio/dsbr100.c @@ -605,7 +605,7 @@ static void usb_dsbr100_video_device_release(struct video_device *videodev) /* File system interface */ static const struct v4l2_file_operations usb_dsbr100_fops = { .owner = THIS_MODULE, - .ioctl = video_ioctl2, + .unlocked_ioctl = video_ioctl2, }; static const struct v4l2_ioctl_ops usb_dsbr100_ioctl_ops = {