Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751739Ab3CAK4y (ORCPT ); Fri, 1 Mar 2013 05:56:54 -0500 Received: from mx2.promwad.com ([91.149.128.90]:9013 "EHLO mx2.promwad.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751121Ab3CAK4x (ORCPT ); Fri, 1 Mar 2013 05:56:53 -0500 From: Michail Kurachkin To: "linux-kernel@vger.kernel.org" , "Greg Kroah-Hartman" , Kuten Ivan , "benavi@marvell.com" , Palstsiuk Viktar , Dmitriy Gorokh , Oliver Neukum , Ryan Mallon CC: Michail Kurochkin Subject: [PATCH v2 04/11] staging: added TODO file for si3226x Date: Fri, 1 Mar 2013 13:56:31 +0300 Message-ID: X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 898 Lines: 24 From: Michail Kurochkin Signed-off-by: Michail Kurochkin --- drivers/staging/si3226x/TODO | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/si3226x/TODO diff --git a/drivers/staging/si3226x/TODO b/drivers/staging/si3226x/TODO new file mode 100644 index 0000000..83c5958 --- /dev/null +++ b/drivers/staging/si3226x/TODO @@ -0,0 +1,2 @@ +1) mutex_lock(&slic_chr_dev_lock); +This locking is very heavy handed. You are holding it across the entire open, close, read, write, ioctl, and it is protecting a bunch of different things. -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/