From patchwork Mon Apr 30 20:12:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Miller X-Patchwork-Id: 906854 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=sparclinux-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=davemloft.net Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40ZbLZ3bx0z9s0n for ; Tue, 1 May 2018 06:12:38 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754638AbeD3UMZ (ORCPT ); Mon, 30 Apr 2018 16:12:25 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:36242 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751517AbeD3UMY (ORCPT ); Mon, 30 Apr 2018 16:12:24 -0400 Received: from localhost (pool-173-77-163-54.nycmny.fios.verizon.net [173.77.163.54]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 946B013416B9A; Mon, 30 Apr 2018 13:12:23 -0700 (PDT) Date: Mon, 30 Apr 2018 16:12:22 -0400 (EDT) Message-Id: <20180430.161222.657632197850615574.davem@davemloft.net> To: torvalds@linux-foundation.org CC: akpm@linux-foundation.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT] Sparc From: David Miller X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 30 Apr 2018 13:12:23 -0700 (PDT) Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org Please pull to get the following fixes: 1) Fixup license text for oradax driver, from Rob Gardner. 2) Release device object with put_device() instead of straight kfree(), from Arvind Yadav. Thanks! The following changes since commit 17dec0a949153d9ac00760ba2f5b78cb583e995f: Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace (2018-04-03 19:15:32 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git for you to fetch changes up to 00ad691ab140b54ab9f5de5e74cb994f552e8124: sparc: vio: use put_device() instead of kfree() (2018-04-30 16:09:34 -0400) ---------------------------------------------------------------- Arvind Yadav (1): sparc: vio: use put_device() instead of kfree() Rob Gardner (1): sparc64: Fix mistake in oradax license text arch/sparc/include/uapi/asm/oradax.h | 2 +- arch/sparc/kernel/vio.c | 2 +- drivers/sbus/char/oradax.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html