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 36c21b19e5d7..b59e240f2385 100644 --- a/drivers/scsi/3w-9xxx.c +++ b/drivers/scsi/3w-9xxx.c | |||
@@ -732,7 +732,7 @@ static int twa_chrdev_ioctl(struct inode *inode, struct file *file, unsigned int | |||
732 | break; | 732 | break; |
733 | case TW_IOCTL_GET_COMPATIBILITY_INFO: | 733 | case TW_IOCTL_GET_COMPATIBILITY_INFO: |
734 | tw_ioctl->driver_command.status = 0; | 734 | tw_ioctl->driver_command.status = 0; |
735 | /* Copy compatiblity struct into ioctl data buffer */ | 735 | /* Copy compatibility struct into ioctl data buffer */ |
736 | tw_compat_info = (TW_Compatibility_Info *)tw_ioctl->data_buffer; | 736 | tw_compat_info = (TW_Compatibility_Info *)tw_ioctl->data_buffer; |
737 | memcpy(tw_compat_info, &tw_dev->tw_compat_info, sizeof(TW_Compatibility_Info)); | 737 | memcpy(tw_compat_info, &tw_dev->tw_compat_info, sizeof(TW_Compatibility_Info)); |
738 | break; | 738 | break; |