]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ARM: pxa: fix typo 'CONFIG_SPI_PXA2XX_MASTER'
authorPaul Bolle <pebolle@tiscali.nl>
Fri, 16 May 2014 10:40:40 +0000 (12:40 +0200)
committerHaojian Zhuang <haojian.zhuang@linaro.org>
Fri, 11 Jul 2014 00:50:53 +0000 (08:50 +0800)
commit5837391bbc7ab4307abf957e6cce0b83f7f9869a
treea29e1bb955cb9205e200c19fe31aa51273aefc1e
parent2111667b467748ba8a3d8950e79e6921221f41eb
ARM: pxa: fix typo 'CONFIG_SPI_PXA2XX_MASTER'

CONFIG_SPI_PXA2XX_MASTER was used were it was surely meant to use
CONFIG_SPI_PXA2XX_MODULE. Use the IS_ENABLED() macro here, as it guards
against typos like this one.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org>
arch/arm/mach-pxa/corgi.c