diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-06-05 16:50:40 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-06 21:31:07 +0300 |
commit | 2b747a5f04fbb26ad09241506704ddce462e581b (patch) | |
tree | 89cb1baa18e93725ad21d76faaee525edfd6ff19 /ipc/Makefile | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | linux-2b747a5f04fbb26ad09241506704ddce462e581b.tar.xz |
spi: davinci: Fix compilation warning.
If CONFIG_OF is disable, it'll through compilation warning.
drivers/spi/spi-davinci.c: In function ‘spi_davinci_get_pdata’:
drivers/spi/spi-davinci.c:880:2: warning: return makes pointer from integer without a cast [enabled by default]
return -ENODEV;
drivers/spi/spi-davinci.c: In function ‘davinci_spi_probe’:
drivers/spi/spi-davinci.c:919:7: warning: assignment makes integer from pointer without a cast [enabled by default]
ret = spi_davinci_get_pdata(pdev, dspi);
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Changes in v2:
Add fix for both the warning.
Changes in v1:
It has fix for first warning.
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'ipc/Makefile')
0 files changed, 0 insertions, 0 deletions