Re: InfiniBand-ocrdma: Delete unnecessary variable initialisations in 11 functions

From: SF Markus Elfring
Date: Fri Jan 15 2016 - 09:51:03 EST


>> The variable "status" will be set to an appropriate value a bit later.
>> Thus omit the explicit initialisation at the beginning.
>
> What did you try to achieve by this patch?

I would like to optimise the affected source files a bit.
Would you like to clarify any measurable effects around the implementation
detail when various variables will only be initialised immediately
before they will be read again?

Regards,
Markus