From e66d591500da68d8ab104d2567e0e114d8634cd1 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sun, 28 Apr 2002 05:52:10 -0700 Subject: [PATCH] Refix broken bitop target that got re-broken by the CVS merge --- include/sound/mpu401.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sound/mpu401.h b/include/sound/mpu401.h index 1fe8d484c4d8..f61916826935 100644 --- a/include/sound/mpu401.h +++ b/include/sound/mpu401.h @@ -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); -- 2.39.5