Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363526
b: refs/heads/master
c: 74533af
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Mar 19, 2013
1 parent c00c9d9 commit 7955130
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ec4aa4ae079d0a495a29c8e7ba5936a666a0bfb
refs/heads/master: 74533af4b6867bd4cc38bffec4e8ff7247dd89c8
24 changes: 12 additions & 12 deletions trunk/drivers/staging/vt6655/device_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@

typedef
struct _version {
unsigned char major;
unsigned char minor;
unsigned char build;
unsigned char major;
unsigned char minor;
unsigned char build;
} version_t, *pversion_t;

#define VID_TABLE_SIZE 64
Expand Down Expand Up @@ -76,20 +76,20 @@ struct _version {



typedef enum _chip_type{
VT3253=1
typedef enum _chip_type {
VT3253 = 1
} CHIP_TYPE, *PCHIP_TYPE;



#ifdef VIAWET_DEBUG
#define ASSERT(x) { \
if (!(x)) { \
printk(KERN_ERR "assertion %s failed: file %s line %d\n", #x,\
__FUNCTION__, __LINE__);\
*(int*) 0=0;\
}\
}
#define ASSERT(x) { \
if (!(x)) { \
printk(KERN_ERR "assertion %s failed: file %s line %d\n", #x, \
__FUNCTION__, __LINE__); \
*(int *)0 = 0; \
} \
}
#define DBG_PORT80(value) outb(value, 0x80)
#else
#define ASSERT(x)
Expand Down

0 comments on commit 7955130

Please sign in to comment.