]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[ARM] 4528/1: [HP Jornada 7XX] - Fix typo in jornada720_ssp.c
authorKristoffer Ericson <Kristoffer_e1@hotmail.com>
Thu, 26 Jul 2007 06:41:12 +0000 (07:41 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 26 Jul 2007 17:12:01 +0000 (18:12 +0100)
Fixes TxDummy -> TXDUMMY typo. Makes Jornada720_ssp.c compile nicely again.

Signed-off-by: Kristoffer Ericson <Kristoffer.Ericson@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-sa1100/jornada720_ssp.c

index 0a45e1ac8ad6700d27f7d30fb8c47cdfab7318fc..395c39bed7d823c06fca82b10525279e45c0dd7b 100644 (file)
@@ -161,7 +161,7 @@ static int __init jornada_ssp_probe(struct platform_device *dev)
        ret = jornada_ssp_inout(GETBRIGHTNESS);
 
        /* seems like it worked, just feed it with TxDummy to get rid of data */
-       if (ret == TxDummy)
+       if (ret == TXDUMMY)
                jornada_ssp_inout(TXDUMMY);
 
        jornada_ssp_end();