Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.49 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. diff --git a/drivers/media/video/dmm/dmm.c b/drivers/media/video/dmm/dmm.c
  2. index 463cc99..8cea01d 100644
  3. --- a/drivers/media/video/dmm/dmm.c
  4. +++ b/drivers/media/video/dmm/dmm.c
  5. @@ -28,7 +28,7 @@
  6.  
  7.  #include <mach/dmm.h>
  8.  
  9. -#undef __DEBUG__
  10. +#define __DEBUG__
  11.  #define BITS_32(in_NbBits) ((((u32)1 << in_NbBits) - 1) | ((u32)1 << in_NbBits))
  12.  #define BITFIELD_32(in_UpBit, in_LowBit)\
  13.         (BITS_32(in_UpBit) & ~((BITS_32(in_LowBit)) >> 1))
  14. robclark@robclark-laptop:~/src/kernel-omap4$