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

From: Dan Carpenter
Date: Fri Jan 15 2016 - 11:11:24 EST


Doing bogus initializations turns off GCC's checking for uninitialized
variables so it's a bad habbit.

On the other hand, GCC's checking is not perfect and it sometimes misses
bugs so these patches have to be reviewed manually which is maybe too
much work to be worthwhile.

regards,
dan carpenter