util: allow hexadecimal values for attr_as_unsigned (fix ufs provisioning)
dc61f8f7 broke ufs provisioning by requiring base 10 for unsigned attributes (provisioning xml have some values in hexadecimal). strtoul() would return 0 for these values and provisioning would fail strangely. Signed-off-by:Jonathan Marek <jonathan@marek.ca>
Please register or sign in to comment