On Wed, Jan 25, 2017 at 10:00:51AM -0800, Raghava Aditya Renukunta wrote: > sa_firmware adds the capability to differentiate the new SmartIOC family > of adapters from the series 8 and below. > > Signed-off-by: Raghava Aditya Renukunta <RaghavaAditya.Renukunta@xxxxxxxxxxxxx> > Signed-off-by: Dave Carroll <David.Carroll@xxxxxxxxxxxxx> > > --- [...] > @@ -465,9 +473,13 @@ void aac_define_int_mode(struct aac_dev *dev) > if (dev->max_msix > msi_count) > dev->max_msix = msi_count; > } > - dev->vector_cap = > - (dev->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB) / > - msi_count; > + if (dev->comm_interface == AAC_COMM_MESSAGE_TYPE3 && dev->sa_firmware) > + dev->vector_cap = (dev->scsi_host_ptr->can_queue + > + AAC_NUM_MGT_FIB); '+' has precedence before '=' and you do no multiplication here, so no brackets needed. [...] -- Johannes Thumshirn Storage jthumshirn@xxxxxxx +49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html