From: Linux Kernel Mailing List Date: Fri, 18 Nov 2005 22:02:54 +0000 (-0800) Subject: [PATCH] cciss: bug fix for hpacucli X-Git-Tag: v2.6.14.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1023cf6f2fe71367b6855e24e2dd4668bd00ad3c;p=thirdparty%2Fkernel%2Fstable.git [PATCH] cciss: bug fix for hpacucli From Mike Miller This patch fixes a bug that breaks hpacucli, a command line interface for the HP Array Config Utility. Without this fix the utility will not detect any controllers in the system. I thought I had already fixed this, but I guess not. Thanks to all who reported the issue. Please consider this this inclusion. Signed-off-by: Mike Miller Signed-off-by: Jens Axboe Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/cciss_ioctl.h b/include/linux/cciss_ioctl.h index 424d5e622b433..6e27f42e3a57d 100644 --- a/include/linux/cciss_ioctl.h +++ b/include/linux/cciss_ioctl.h @@ -10,8 +10,8 @@ typedef struct _cciss_pci_info_struct { unsigned char bus; - unsigned short domain; unsigned char dev_fn; + unsigned short domain; __u32 board_id; } cciss_pci_info_struct;