Browse Source

Staging: cx25821: cx25821-video.h: Line up constant

Line up integer constant with others.

Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Leonid V. Fedorenchik 13 years ago
parent
commit
9ad6902d22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/cx25821/cx25821-video.h

+ 1 - 1
drivers/staging/cx25821/cx25821-video.h

@@ -63,7 +63,7 @@ do {									\
 #define REG_READ		    900
 #define REG_WRITE		    901
 #define MEDUSA_READ		    910
-#define MEDUSA_WRITE		911
+#define MEDUSA_WRITE		    911
 
 extern struct sram_channel *channel0;
 extern struct sram_channel *channel1;