From: Paul Bolle Date: Fri, 16 May 2014 10:40:40 +0000 (+0200) Subject: ARM: pxa: fix typo 'CONFIG_SPI_PXA2XX_MASTER' X-Git-Tag: omap-for-v3.17/fixes-against-rc2~123^2~15^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5837391bbc7ab4307abf957e6cce0b83f7f9869a;p=pandora-kernel.git 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 Acked-by: Haojian Zhuang --- Reading git-diff-tree failed