From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932373AbdJaON5 (ORCPT ); Tue, 31 Oct 2017 10:13:57 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:52573 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932213AbdJaONz (ORCPT ); Tue, 31 Oct 2017 10:13:55 -0400 X-Google-Smtp-Source: ABhQp+TERCThPYhNsYMXgSMSjhMWr5XMUj+++s7/Zw7syzHjjoVfwoynEpAVffDfasLoBT/Prb7Zcg== Date: Tue, 31 Oct 2017 15:13:51 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: Andy Shevchenko Cc: Colin King , Darren Hart , Andy Shevchenko , Platform Driver , kernel-janitors@vger.kernel.org, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] platform: x86: dell-smo8800: remove redundant assignments to byte_data Message-ID: <20171031141351.yrjhwweubwxptb4j@pali> References: <20171031110318.20985-1-colin.king@canonical.com> <20171031135548.u5vtsxj7hbnuioz3@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 31 October 2017 16:07:25 Andy Shevchenko wrote: > On Tue, Oct 31, 2017 at 3:55 PM, Pali Rohár wrote: > > On Tuesday 31 October 2017 15:47:58 Andy Shevchenko wrote: > >> On Tue, Oct 31, 2017 at 1:03 PM, Colin King wrote: > >> > From: Colin Ian King > >> > > >> > Variable byte_data is being initialized and re-assigned with values that > >> > are never read. Remove these as these redundant assignments. Cleans up > >> > clang warning: > >> > > >> > drivers/platform/x86/dell-smo8800.c:106:2: warning: Value stored to 'byte_data' > >> > is never read > >> > >> Thanks for the patch. > >> > >> As I read a code it was from the beginning like this. I dunno what was > >> a motivation of this pieces, thus I would like to hear Pali. > > > > IIRC this part of code comes from the lis3lv* driver which was used for > > HP EliteBook machines. As both drivers provides similar interface for > > userspace. > > OK, though it doesn't clarify the intention of the byte_data > (useless?) assignments. Probably similar code pattern exists in that lis3lv* driver... -- Pali Rohár pali.rohar@gmail.com