Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752318Ab3EII16 (ORCPT ); Thu, 9 May 2013 04:27:58 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:26225 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751044Ab3EII14 (ORCPT ); Thu, 9 May 2013 04:27:56 -0400 From: Libo Chen To: , CC: , , , , Libo Chen Subject: [PATCH v2 0/2] i2c: fix two wrong mem release Date: Thu, 9 May 2013 16:27:22 +0800 Message-ID: <1368088044-20408-1-git-send-email-libo.chen@huawei.com> X-Mailer: git-send-email 1.8.1.msysgit.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.135.72.158] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 752 Lines: 21 fix two wrong mem release * Changelog from v1: * exchange out_error_no_irq and out_error_pin_mux suggested by Sonic * add some new tag , make code cleanly Libo Chen (2): i2c: i2c-bfin-twi: don`t free peripheral before it init successful i2c: pxa: no need release_mem_region before request_mem_region successful drivers/i2c/busses/i2c-bfin-twi.c | 2 +- drivers/i2c/busses/i2c-pxa.c | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) -- 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/