From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932254AbcEWId5 (ORCPT ); Mon, 23 May 2016 04:33:57 -0400 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:36259 "EHLO mx0a-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753157AbcEWId4 (ORCPT ); Mon, 23 May 2016 04:33:56 -0400 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Date: Mon, 23 May 2016 09:34:03 +0100 From: Charles Keepax To: Masahiro Yamada CC: , , Linus Walleij , Alexandre Courbot , Subject: Re: [PATCH] gpio: remove redundant owner assignments of drivers Message-ID: <20160523083403.GC20422@localhost.localdomain> References: <1463968150-9334-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1463968150-9334-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 impostorscore=0 lowpriorityscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1605230103 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 23, 2016 at 10:49:10AM +0900, Masahiro Yamada wrote: > A platform_driver need not set an owner since it will be populated > by platform_driver_register(). > Likewise for mcb_driver (gpio-menz127.c). > > Signed-off-by: Masahiro Yamada > --- For the Wolfson bits: Acked-by: Charles Keepax Thanks, Charles