From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hildenbrand Date: Mon, 22 Aug 2016 12:59:17 +0000 Subject: Re: [PATCH 4/4] KVM-S390: Delete an unnecessary initialisation for a buffer variable Message-Id: <20160822145917.19382bbf@thinkpad-w530> List-Id: References: <82b84c9c-38a4-4d17-910f-312668dbae01@users.sourceforge.net> <6cf36937-3937-0521-5f11-258f557e0c32@users.sourceforge.net> In-Reply-To: <6cf36937-3937-0521-5f11-258f557e0c32@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: SF Markus Elfring Cc: kvm@vger.kernel.org, linux-s390@vger.kernel.org, Christian =?UTF-8?B?Qm9ybnRyw6RnZXI=?= , Cornelia Huck , Heiko Carstens , Martin Schwidefsky , Paolo Bonzini , Radim =?UTF-8?B?S3LEjW3DocWZ?= , LKML , kernel-janitors@vger.kernel.org, Julia Lawall > From: Markus Elfring > Date: Wed, 17 Aug 2016 19:28:15 +0200 > > The variable "bp_data" will eventually be set to an appropriate pointer > from a call of the memdup_user() function. > Thus omit the explicit initialisation which became unnecessary with > a previous update step. > > Signed-off-by: Markus Elfring Looks sane to me. Reviewed-by: David Hildenbrand Thanks! David