From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Subject: [PATCH net-next 0/2] cpsw: fix resource leak for v3.8 Date: Sat, 3 Nov 2012 09:25:28 +0100 Message-ID: Cc: , David Miller , Cyril Chemparathy , Mugunthan V N , Vaibhav Hiremath To: Return-path: Received: from mail-ea0-f174.google.com ([209.85.215.174]:45998 "EHLO mail-ea0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752826Ab2KCIZm (ORCPT ); Sat, 3 Nov 2012 04:25:42 -0400 Received: by mail-ea0-f174.google.com with SMTP id c13so1628106eaa.19 for ; Sat, 03 Nov 2012 01:25:40 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: While looking at the idea of removing all of the register offsets in the CPSW's device tree, I noticed that the driver would be leaking IO mappings. Although this is, strictly speaking, a bug fix, still it can wait to appear in v3.8, since there is no way to use the driver in v3.7 (or earlier) anyhow. Thanks, Richard Richard Cochran (2): cpsw: rename register banks to match the reference manual, part 2 cpsw: fix leaking IO mappings drivers/net/ethernet/ti/cpsw.c | 39 +++++++++++++++++++-------------------- 1 files changed, 19 insertions(+), 20 deletions(-) -- 1.7.2.5