From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 5/5] gpio: ws16c48: Remove unnecessary driver_data set Date: Wed, 1 Feb 2017 14:45:28 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-io0-f174.google.com ([209.85.223.174]:35971 "EHLO mail-io0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750858AbdBANpb (ORCPT ); Wed, 1 Feb 2017 08:45:31 -0500 Received: by mail-io0-f174.google.com with SMTP id j13so156221087iod.3 for ; Wed, 01 Feb 2017 05:45:30 -0800 (PST) In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: William Breathitt Gray Cc: Alexandre Courbot , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" On Mon, Jan 30, 2017 at 3:40 PM, William Breathitt Gray wrote: > Setting driver_data was necessary to access private data in the > ws16c48_remove function. Now that the ws16c48_remove function is gone, > driver_data is no longer used. This patch removes the relevant code. > > Signed-off-by: William Breathitt Gray Patch applied. Yours, Linus Walleij