Re: [PATCH 6/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-27 Thread Jeremy Higdon
On Fri, Mar 25, 2005 at 09:52:17PM -0600, James Bottomley wrote: On Thu, 2005-03-24 at 16:57 -0700, Moore, Eric Dean wrote: +static struct device_attribute mptscsih_queue_depth_attr = { + .attr = { + .name = queue_depth, + .mode = S_IWUSR,

[2.6 patch] drivers/scsi/dpti.h: remove kernel 2.2 #if's

2005-03-27 Thread Adrian Bunk
This patch removes #if's for kernel 2.2 . Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 12 Mar 2005 drivers/scsi/dpti.h | 10 -- 1 files changed, 10 deletions(-) --- linux-2.6.11-mm2-full/drivers/scsi/dpti.h.old 2005-03-12

Re: [PATCH 6/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-27 Thread James Bottomley
On Sun, 2005-03-27 at 01:16 -0800, Jeremy Higdon wrote: James, actually this queue depth code predates your change_queue_depth API. I don't think it was ever converted to the new API. Erk, you're right. My todo list says I'm only waiting on 3ware patches for all the conversions to be

[2.6 patch] SCSI: cleanups

2005-03-27 Thread Adrian Bunk
This patch contains the following cleanups: - make needlessly global code static - remove the following unused functions: - scsi.h: print_driverbyte - scsi.h: print_hostbyte - #if 0 the following unused functions: - constants.c: scsi_print_hostbyte - constants.c: scsi_print_driverbyte -

[2.6 patch] fix NCR53C9x.c compile warning

2005-03-27 Thread Adrian Bunk
This patch fixes the following warning: CC [M] drivers/scsi/NCR53C9x.o drivers/scsi/NCR53C9x.c: In function `esp_do_data': drivers/scsi/NCR53C9x.c:1838: warning: unused variable `flags' Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 12 Aug 2004 - 20 Dec

[2.6 patch] drivers/scsi/sg.c: fix check after use

2005-03-27 Thread Adrian Bunk
This patch fixes a check after use found by the Coverity checker. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.12-rc1-mm1-full/drivers/scsi/sg.c.old 2005-03-23 04:57:20.0 +0100 +++ linux-2.6.12-rc1-mm1-full/drivers/scsi/sg.c 2005-03-23 04:57:50.0 +0100 @@

Fw: [Bugme-new] [Bug 4406] New: Kernel panic when load DMX3191D module on kernel 2.6

2005-03-27 Thread Andrew Morton
Begin forwarded message: Date: Sat, 26 Mar 2005 13:54:14 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 4406] New: Kernel panic when load DMX3191D module on kernel 2.6 http://bugme.osdl.org/show_bug.cgi?id=4406 Summary: Kernel panic when load

[PATCH] scsi_sysfs: use NULL instead of 0

2005-03-27 Thread Randy.Dunlap
drivers/scsi/scsi_sysfs.c:814:66: warning: Using plain integer as NULL pointer Signed-off-by: Randy Dunlap [EMAIL PROTECTED] diffstat:= drivers/scsi/scsi_sysfs.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Naurp ./drivers/scsi/scsi_sysfs.c~scsi_sysfs_null