Fix build warning on uninitialized field avail_min

This struct is on the stack, so either we were lucky and the memory cell
happened to be zero, or the value doesn't actual matter for our configuration.

Change-Id: If0ac8f1087651c0de98e0e3f787ce6102d3163df
1 file changed