From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162243AbbKTIer (ORCPT ); Fri, 20 Nov 2015 03:34:47 -0500 Received: from mail-pa0-f42.google.com ([209.85.220.42]:34974 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161128AbbKTIeo (ORCPT ); Fri, 20 Nov 2015 03:34:44 -0500 Date: Fri, 20 Nov 2015 14:04:24 +0530 From: Sudip Mukherjee To: Dmitry Torokhov Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: [PATCH 1/5] Input: db9 - clear unused function pointers Message-ID: <20151120083424.GA4485@sudip-pc> References: <1447767619-28329-1-git-send-email-sudipm.mukherjee@gmail.com> <20151117180052.GB29423@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151117180052.GB29423@dtor-ws> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 17, 2015 at 10:00:52AM -0800, Dmitry Torokhov wrote: > On Tue, Nov 17, 2015 at 07:10:15PM +0530, Sudip Mukherjee wrote: > > db9_parport_cb is a local uninitialized structure and the member > > function pointers will be pointing to arbitrary locations unless they > > are cleared. > > > > Fixes: 2260c419b52b ("Input: db9 - use parallel port device model") > > Signed-off-by: Sudip Mukherjee > > Applied all 5, thank you. Thanks Dmitry. Hopefully this was the last of my careless mistakes. regards sudip