From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754484AbdBPKiK (ORCPT ); Thu, 16 Feb 2017 05:38:10 -0500 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:46670 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753747AbdBPKiI (ORCPT ); Thu, 16 Feb 2017 05:38:08 -0500 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Date: Thu, 16 Feb 2017 10:39:01 +0000 From: Charles Keepax To: Krzysztof Kozlowski CC: , , , , , , Subject: Re: [PATCH 4/4] pinctrl: samsung: Remove unused local variable Message-ID: <20170216103901.GD30007@localhost.localdomain> References: <1486980666-7143-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> <1486980666-7143-4-git-send-email-ckeepax@opensource.wolfsonmicro.com> <20170215174303.2547hgentg6pldgo@kozik-lap> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20170215174303.2547hgentg6pldgo@kozik-lap> User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1702160106 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 15, 2017 at 07:43:03PM +0200, Krzysztof Kozlowski wrote: > On Mon, Feb 13, 2017 at 10:11:06AM +0000, Charles Keepax wrote: > > Signed-off-by: Charles Keepax > > "The local variable drvdata is not used in samsung_gpio_set_direction()"? > > Reviewed-by: Krzysztof Kozlowski > Thanks, will update the commit messages with your recommendations and resend. Thanks, Charles