]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/params.c
NAND: AMD Au1550 driver reads write-only register
[linux-2.6-omap-h63xx.git] / kernel / params.c
index 9de637a5c8bc920df2875910d29aba8dc0b4e3bb..af43ecdc8d9b21b21599bd1f3c8a063bc5c43100 100644 (file)
@@ -31,7 +31,7 @@
 #define DEBUGP(fmt, a...)
 #endif
 
-static inline int dash2underscore(char c)
+static inline char dash2underscore(char c)
 {
        if (c == '-')
                return '_';