Commit e66d5915 authored by Linus Torvalds's avatar Linus Torvalds

Refix broken bitop target that got re-broken by the CVS merge

parent 65f7687d
......@@ -67,7 +67,7 @@ struct _snd_mpu401 {
int irq; /* IRQ number of MPU-401 chip (-1 = poll) */
int irq_flags;
unsigned int mode; /* MPU401_MODE_XXXX */
unsigned long mode; /* MPU401_MODE_XXXX */
int timer_invoked;
int (*open_input) (mpu401_t * mpu);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment