|
@@ -972,7 +972,7 @@ static int aac_read(struct scsi_cmnd * scsicmd, int cid)
|
|
|
fibsize = sizeof(struct aac_read64) +
|
|
|
((le32_to_cpu(readcmd->sg.count) - 1) *
|
|
|
sizeof (struct sgentry64));
|
|
|
- BUG_ON (fibsize > (sizeof(struct hw_fib) -
|
|
|
+ BUG_ON (fibsize > (dev->max_fib_size -
|
|
|
sizeof(struct aac_fibhdr)));
|
|
|
/*
|
|
|
* Now send the Fib to the adapter
|