From: mikem Date: Fri, 18 Nov 2005 21:00:17 +0000 (+0100) Subject: [PATCH 1/3] cciss: bug fix for hpacucli X-Git-Tag: v3.12-rc1~40306^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f0d50391adf371a0e66da0a1a44ba5cc6744ee8;p=kernel%2Fkernel-generic.git [PATCH 1/3] cciss: bug fix for hpacucli 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 --- diff --git a/include/linux/cciss_ioctl.h b/include/linux/cciss_ioctl.h index 424d5e6..6e27f42 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;