]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
intel: Avoid 'may be used before initialised' warning.
authorNeilBrown <neilb@suse.de>
Mon, 3 Nov 2008 23:35:40 +0000 (10:35 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 3 Nov 2008 23:35:40 +0000 (10:35 +1100)
commitd9b420a5cdd6c10ee42dfeea3026740fa787b050
tree4fcb2b5bb32243ac3b814adde07ff9bd62305048
parent7f91af49ad09adc1b93346f7ad654e25534f35b7
intel: Avoid 'may be used before initialised' warning.

When compile with -Os, the compile doesn't work out that the
variable is always initialised before usage, so we tell it.
super-intel.c