From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 02 Jan 2009 16:33:10 +0000 (GMT) Received: from accolon.hansenpartnership.com ([76.243.235.52]:17856 "EHLO accolon.hansenpartnership.com") by ftp.linux-mips.org with ESMTP id S24208002AbZABQdI (ORCPT ); Fri, 2 Jan 2009 16:33:08 +0000 Received: from localhost (localhost [127.0.0.1]) by accolon.hansenpartnership.com (Postfix) with ESMTP id 569D481DC; Fri, 2 Jan 2009 10:33:01 -0600 (CST) Received: from accolon.hansenpartnership.com ([127.0.0.1]) by localhost (redscar.int.hansenpartnership.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KorKJGzqVqKG; Fri, 2 Jan 2009 10:33:00 -0600 (CST) Received: from [153.66.150.222] (mulgrave-w.int.hansenpartnership.com [153.66.150.222]) by accolon.hansenpartnership.com (Postfix) with ESMTP id 2D0C97F63; Fri, 2 Jan 2009 10:33:00 -0600 (CST) Subject: Re: [PATCH] SCSI: fix the return type of the remove() method in sgiwd93.c From: James Bottomley To: Kay Sievers Cc: Vorobiev Dmitri , linux-scsi@vger.kernel.org, linux-mips@linux-mips.org, Greg KH In-Reply-To: References: <1227140357-29921-1-git-send-email-dmitri.vorobiev@movial.fi> <1228330800.5551.58.camel@localhost.localdomain> <1228337529.5551.72.camel@localhost.localdomain> <1228338142.5551.77.camel@localhost.localdomain> <1228340025.5551.87.camel@localhost.localdomain> <1228340496.6977.19.camel@nga> <1230913510.3304.2.camel@localhost.localdomain> Content-Type: text/plain Date: Fri, 02 Jan 2009 10:32:59 -0600 Message-Id: <1230913979.3304.3.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 21681 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: James.Bottomley@HansenPartnership.com Precedence: bulk X-list: linux-mips On Fri, 2009-01-02 at 17:31 +0100, Kay Sievers wrote: > On Fri, Jan 2, 2009 at 17:25, James Bottomley > wrote: > > Sorry, dropped the ball a bit on this. I've attached the updated > > version: it copes with the legacy 20 character copy in the ioctl by > > brute force and also adds several other dev->bus_id -> dev_name(dev) > > conversions. > > Very nice. Thanks! > > Will you get that in 2.6.29 through your SCSI tree, or should the copy > in Greg's tree be updated? I'll send it with my next set. James