Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754246AbdGUPwX (ORCPT ); Fri, 21 Jul 2017 11:52:23 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:48609 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751760AbdGUPwK (ORCPT ); Fri, 21 Jul 2017 11:52:10 -0400 From: Hugues Fruchet To: Sylwester Nawrocki , Sakari Ailus , Mauro Carvalho Chehab , "Hans Verkuil" CC: , , "Hugues Fruchet" Subject: [PATCH v1 0/2] OV9650 code cleanup Date: Fri, 21 Jul 2017 17:49:39 +0200 Message-ID: <1500652181-971-1-git-send-email-hugues.fruchet@st.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.201.23.73] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-07-21_09:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 493 Lines: 14 Here is a bunch of small fixes found when upstreaming the OV9655 sensor driver based on OV9650 driver: - Fix coding style (checkpatch --strict) - Fix missing mutex_destroy, see http://www.mail-archive.com/linux-media@vger.kernel.org/msg115245.html Hugues Fruchet (2): [media] ov9650: fix coding style [media] ov9655: fix missing mutex_destroy() drivers/media/i2c/ov9650.c | 67 +++++++++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 28 deletions(-) -- 1.9.1