From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757551AbbBGRNz (ORCPT ); Sat, 7 Feb 2015 12:13:55 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59282 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753837AbbBGRNw (ORCPT ); Sat, 7 Feb 2015 12:13:52 -0500 Date: Sat, 7 Feb 2015 17:22:16 +0800 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: Benjamin Romer , David Kershner , devel@driverdev.osuosl.org, sparmaintainer@unisys.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] staging: unisys: remove unused variable Message-ID: <20150207092216.GB21816@kroah.com> References: <1423226603-5443-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423226603-5443-1-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 06, 2015 at 06:13:21PM +0530, Sudip Mukherjee wrote: > we were getting lots of warnings about _tempresult set but not used. > _tempresult was used in the macro ISSUE_IO_VMCALL_POSTCODE_SEVERITY > which was again using another macro ISSUE_IO_EXTENDED_VMCALL. > but the vallue assigned to it was never used. > > Signed-off-by: Sudip Mukherjee Your From: address, and this address don't match, so I can't take this :( Fix that up please and resend. Also, what tool generated those warnings? thanks, greg k-h