drivers: adc: lmp90xxx: convert to use k_msleep() instead of k_sleep()

Convert the LMP90xxx ADC driver from using k_sleep() to using
k_msleep() in order to resolve a compilation error caused by passing
an int to k_sleep().

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
1 file changed