Re: [PATCH 2/2] test_firmware: silence underflow warning in test_dev_config_update_u8()

From: Dan Carpenter
Date: Fri Feb 22 2019 - 02:29:35 EST


I've looked at this some more and I don't think it's a good idea to
change the type of U8_MAX. Right now INT_MAX is int and USHRT_MAX is
unsigned short etc. That's the only intuitive thing for them to be.

regards,
dan carpenter