From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Anderson Subject: Re: [patch 2.5] ips queue depths Date: Tue, 15 Oct 2002 13:24:50 -0700 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <20021015202450.GC1049@beaverton.ibm.com> References: <20021015194705.GD4391@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20021015194705.GD4391@redhat.com> List-Id: linux-scsi@vger.kernel.org To: "Jeffery, David" , 'Dave Hansen' , "'linux-scsi@vger.kernel.org'" Style question below. Doug Ledford [dledford@redhat.com] wrote: > @@ -481,7 +482,8 @@ > eh_host_reset_handler : ips_eh_reset, \ > abort : NULL, \ > reset : NULL, \ > - slave_attach : NULL, \ > + slave_attach : ips_slave_attach, \ > + slave_detach : NULL, \ > bios_param : ips_biosparam, \ > can_queue : 0, \ > this_id: -1, \ Can we stop setting struct members to NULL. If we later change the interface it makes the patch just that much larger. -andmike -- Michael Anderson andmike@us.ibm.com