Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 25 Mar 2003 03:44:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 25 Mar 2003 03:44:04 -0500 Received: from caramon.arm.linux.org.uk ([212.18.232.186]:34067 "EHLO caramon.arm.linux.org.uk") by vger.kernel.org with ESMTP id ; Tue, 25 Mar 2003 03:44:03 -0500 Date: Tue, 25 Mar 2003 08:55:05 +0000 From: Russell King To: Greg KH Cc: linux-kernel@vger.kernel.org, sensors@stimpy.netroedge.com Subject: Re: [PATCH] i2c driver changes for 2.5.66 Message-ID: <20030325085505.A16443@flint.arm.linux.org.uk> Mail-Followup-To: Greg KH , linux-kernel@vger.kernel.org, sensors@stimpy.netroedge.com References: <10485563141404@kroah.com> <10485563161165@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <10485563161165@kroah.com>; from greg@kroah.com on Mon, Mar 24, 2003 at 05:38:00PM -0800 X-Message-Flag: Your copy of Microsoft Outlook is vurnerable to viruses. See www.mutt.org for more details. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 807 Lines: 24 On Mon, Mar 24, 2003 at 05:38:00PM -0800, Greg KH wrote: > static struct i2c_adapter ioc_ops = { > - .name = "IOC/IOMD", > .id = I2C_HW_B_IOC, > .algo_data = &ioc_data, > .client_register = ioc_client_reg, > .client_unregister = ioc_client_unreg > + .dev = { > + .name = "IOC/IOMD", > + }, > }; Are you sure that "IOC/IOMD" is a good name to stick in sysfs? s|/|,| would probably be a good idea. -- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/