]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/files/linux-2.4-mmc-debugging.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / files / linux-2.4-mmc-debugging.patch
1 --- kernel/include/linux/mmc/mmc_protocol.h     2005-04-09 17:30:57.930462521 +0200
2 +++ /tmp/mmc_protocol.h 2005-04-09 17:30:33.649097537 +0200
3 @@ -273,10 +273,10 @@
4  #define START_MMC_DEBUG(n) do { if (n <= g_mmc_debug)
5  #define END_MMC_DEBUG      } while (0)
6  #else
7  #define MMC_DEBUG(n, args...)
8 -#define START_MMC_DEBUG(n)
9 -#define END_MMC_DEBUG
10 +#define START_MMC_DEBUG(n) do { if (0)
11 +#define END_MMC_DEBUG      } while (0)
12  #endif /* CONFIG_MMC_DEBUG */
13  
14  #endif  /* MMC_MMC_PROTOCOL_H */
15