diff options
Diffstat (limited to 'drivers/scsi/3w-9xxx.c')
-rw-r--r-- | drivers/scsi/3w-9xxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/3w-9xxx.c b/drivers/scsi/3w-9xxx.c index 2d16d49fd3cd..3bf75924741f 100644 --- a/drivers/scsi/3w-9xxx.c +++ b/drivers/scsi/3w-9xxx.c | |||
@@ -736,7 +736,7 @@ static int twa_chrdev_ioctl(struct inode *inode, struct file *file, unsigned int | |||
736 | break; | 736 | break; |
737 | case TW_IOCTL_GET_COMPATIBILITY_INFO: | 737 | case TW_IOCTL_GET_COMPATIBILITY_INFO: |
738 | tw_ioctl->driver_command.status = 0; | 738 | tw_ioctl->driver_command.status = 0; |
739 | /* Copy compatiblity struct into ioctl data buffer */ | 739 | /* Copy compatibility struct into ioctl data buffer */ |
740 | tw_compat_info = (TW_Compatibility_Info *)tw_ioctl->data_buffer; | 740 | tw_compat_info = (TW_Compatibility_Info *)tw_ioctl->data_buffer; |
741 | memcpy(tw_compat_info, &tw_dev->tw_compat_info, sizeof(TW_Compatibility_Info)); | 741 | memcpy(tw_compat_info, &tw_dev->tw_compat_info, sizeof(TW_Compatibility_Info)); |
742 | break; | 742 | break; |