From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King Subject: [GIT PULL] TDA998x I2C fixes Date: Fri, 14 Feb 2014 20:08:35 +0000 Message-ID: <20140214200835.GA27927@rmk-PC.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from pandora.arm.linux.org.uk (gw-1.arm.linux.org.uk [78.32.30.217]) by gabe.freedesktop.org (Postfix) with ESMTP id 7E5AEFB5EF for ; Fri, 14 Feb 2014 12:08:40 -0800 (PST) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: David Airlie Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org David, Please incorporate the latest TDA998x I2C fixes, which can be found at: git://ftp.arm.linux.org.uk/~rmk/linux-cubox.git tda998x-fixes with SHA1 71c68c4fc9bdcd6e46107a0f40b50a523f3b4fe0. Dave and others spotted a missed kfree() in the new error handling which Jean-Francois added. This patch resolves that. This will update the following files: drivers/gpu/drm/i2c/tda998x_drv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) through these changes: Dave Jones (1): drm/i2c: tda998x: Fix memory leak in tda998x_encoder_init error path. Thanks.