commit | 32ea3944436ca9e73677f9d844289780f255d45a | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Wed Sep 11 16:05:04 2013 +0530 |
committer | Mark Brown <broonie@linaro.org> | Tue Sep 17 00:18:34 2013 +0100 |
tree | d716cee5dced83d7c99e25ff719cfc732a3e97da | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f [diff] |
spi: spi-davinci: Fix variable type 'prescale' contains the return value of davinci_spi_get_prescale() which is a signed integer. Convert 'prescale' to integer to silence the following warning: drivers/spi/spi-davinci.c:318 davinci_spi_setup_transfer() warn: unsigned 'prescale' is never less than zero. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>