o wanpipe: test_bit and friends requires a long pointer

parent af7eff0f
...@@ -503,7 +503,7 @@ static int setup (wan_device_t* wandev, wandev_conf_t* conf) ...@@ -503,7 +503,7 @@ static int setup (wan_device_t* wandev, wandev_conf_t* conf)
} }
}else{ }else{
printk(KERN_INFO "%s: Card Configured %i or Piggybacking %i!\n", printk(KERN_INFO "%s: Card Configured %lu or Piggybacking %i!\n",
wandev->name,card->configured,card->wandev.piggyback); wandev->name,card->configured,card->wandev.piggyback);
} }
......
...@@ -358,7 +358,7 @@ typedef struct sdla ...@@ -358,7 +358,7 @@ typedef struct sdla
char in_isr; /* interrupt-in-service flag */ char in_isr; /* interrupt-in-service flag */
char buff_int_mode_unbusy; /* flag for carrying out dev_tint */ char buff_int_mode_unbusy; /* flag for carrying out dev_tint */
char dlci_int_mode_unbusy; /* flag for carrying out dev_tint */ char dlci_int_mode_unbusy; /* flag for carrying out dev_tint */
char configured; /* flag for previous configurations */ long configured; /* flag for previous configurations */
unsigned short irq_dis_if_send_count; /* Disabling irqs in if_send*/ unsigned short irq_dis_if_send_count; /* Disabling irqs in if_send*/
unsigned short irq_dis_poll_count; /* Disabling irqs in poll routine*/ unsigned short irq_dis_poll_count; /* Disabling irqs in poll routine*/
......
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